summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2024-05-26 18:03:09 +0000
committerHauke Mehrtens2024-05-28 20:10:52 +0000
commit5f0e59134950d0c60fa33daf9af3d83389357452 (patch)
tree96f12d5f8f9ed030df99c92da6b475d93b8e8e84
parent72f0e5184ef22e7bf0e07008574b77d6d82661da (diff)
downloadopenwrt-5f0e59134950d0c60fa33daf9af3d83389357452.tar.gz
malta: Use kernel 6.6 by default
All 4 subtargets are compiling fine and booting up in qemu. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/malta/Makefile3
1 files changed, 1 insertions, 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