From: Hauke Mehrtens Date: Sun, 26 May 2024 18:03:09 +0000 (+0200) Subject: malta: Use kernel 6.6 by default X-Git-Tag: v24.10.0-rc1~1717 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f0e59134950d0c60fa33daf9af3d83389357452;p=thirdparty%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 b159b191440..319e06579e7 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