From: Paul Spooren Date: Thu, 30 Sep 2021 05:19:51 +0000 (-1000) Subject: malta: switch to Kernel 5.10 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=05b20d9a6046d4736522bbc881644a31f0685470;hp=16e83a7491bb038187e918273671894992ae003c;p=openwrt%2Fstaging%2Fdedeckeh.git malta: switch to Kernel 5.10 Malta is a development and testing platform and should therefore use the latest OpenWrt Kernel by default. Acked-by: Rosen Penev Acked-by: Yousong Zhou Signed-off-by: Paul Spooren --- diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 6915fb357b..ab443fda09 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:=5.4 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_PATCHVER:=5.10 include $(INCLUDE_DIR)/target.mk