From: Daniel Golle Date: Mon, 28 Mar 2022 00:58:16 +0000 (+0100) Subject: malta: enable testing kernel 5.15 X-Git-Tag: v23.05.0-rc1~3788 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=09f620019867365ed82a4b3d1d264f7a282f0941;p=openwrt%2Fopenwrt.git malta: enable testing kernel 5.15 Nothing special is needed here, just add KERNEL_TESTING_PATCHVER. Signed-off-by: Daniel Golle --- diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index ab443fda09..7259cff4e9 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -11,6 +11,7 @@ INITRAMFS_EXTRA_FILES:= FEATURES:=cpiogz ext4 ramdisk squashfs targz KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk