[openwrt/openwrt] armsr: Use kernel 6.6 by default
LEDE Commits
lede-commits at lists.infradead.org
Thu May 30 13:46:42 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/00f7b252c57d60a965ccdc162f4a32108d2f896c
commit 00f7b252c57d60a965ccdc162f4a32108d2f896c
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun May 26 23:59:39 2024 +0200
armsr: Use kernel 6.6 by default
All 2 subtargets are compiling fine and booting up in qemu.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/armsr/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/armsr/Makefile b/target/linux/armsr/Makefile
index c2e57e52da..02b0eda607 100644
--- a/target/linux/armsr/Makefile
+++ b/target/linux/armsr/Makefile
@@ -9,8 +9,7 @@ BOARDNAME:=Arm SystemReady (EFI) compliant
FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part
FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk
-KERNEL_PATCHVER:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
include $(INCLUDE_DIR)/target.mk
More information about the lede-commits
mailing list