From: Hauke Mehrtens Date: Sun, 26 May 2024 18:03:09 +0000 (+0200) Subject: malta: Use kernel 6.6 by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5f0e59134950d0c60fa33daf9af3d83389357452;p=openwrt%2Fopenwrt.git malta: Use kernel 6.6 by default All 4 subtargets are compiling fine and booting up in qemu. Signed-off-by: Hauke Mehrtens --- 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