armsr: enable 6.12 as a testing kernel version
Allow the armsr target to be built with a 6.12 kernel when CONFIG_TESTING_KERNEL is set. Signed-off-by: Mathew McBride <matt@traverse.com.au> Link: https://github.com/openwrt/openwrt/pull/18849 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
fb6a28815e
commit
1304d8b064
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part
|
||||||
FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk
|
FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk
|
||||||
|
|
||||||
KERNEL_PATCHVER:=6.6
|
KERNEL_PATCHVER:=6.6
|
||||||
|
KERNEL_TESTING_PATCHVER:=6.12
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
DEFAULT_PACKAGES += mkf2fs e2fsprogs
|
DEFAULT_PACKAGES += mkf2fs e2fsprogs
|
||||||
|
|
Loading…
Reference in a new issue