[openwrt/openwrt] malta: Use kernel 6.6 by default

LEDE Commits lede-commits at lists.infradead.org
Tue May 28 13:12:57 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5f0e59134950d0c60fa33daf9af3d83389357452

commit 5f0e59134950d0c60fa33daf9af3d83389357452
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun May 26 20:03:09 2024 +0200

    malta: Use kernel 6.6 by default
    
    All 4 subtargets are compiling fine and booting up in qemu.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/malta/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile
index b159b19144..319e06579e 100644
--- a/target/linux/malta/Makefile
+++ b/target/linux/malta/Makefile
@@ -10,8 +10,7 @@ SUBTARGETS:=le be le64 be64
 INITRAMFS_EXTRA_FILES:=
 FEATURES:=cpiogz ext4 ramdisk squashfs targz
 
-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