mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-28 17:42:28 +00:00
zynq: set default kernel version to 6.1
Set default kernel version to 6.1, facilitating simpler testing across a broader user base. Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
9e86e0b33b
commit
ea72316426
@ -18,8 +18,7 @@ define Target/Description
|
||||
Build firmware image for Zynq 7000 SoC devices.
|
||||
endef
|
||||
|
||||
KERNEL_PATCHVER:=5.15
|
||||
KERNEL_TESTING_PATCHVER:=6.1
|
||||
KERNEL_PATCHVER:=6.1
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user