From: Paul Spooren Date: Wed, 22 Feb 2023 18:53:58 +0000 (+0100) Subject: kirkwood: switch to Kernel 5.15 by default X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=596059266a24c328fafb44292350553fdafe92e9;hp=16565bc1ce279e58620652e0c62b5efe1be672d2;p=openwrt%2Fstaging%2Fnbd.git kirkwood: switch to Kernel 5.15 by default Getting ready for the next release. Signed-off-by: Paul Spooren --- diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 4827d90ee2..133208dd25 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -11,8 +11,7 @@ FEATURES:=usb nand squashfs ramdisk CPU_TYPE:=xscale SUBTARGETS:=generic -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk