aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2023-02-22 19:53:58 +0100
committerPaul Spooren <mail@aparcar.org>2023-04-08 00:43:25 +0200
commit596059266a24c328fafb44292350553fdafe92e9 (patch)
treefc49e992f9a07940841b33335c8345a741a1a9da
parent16565bc1ce279e58620652e0c62b5efe1be672d2 (diff)
downloadupstream-596059266a24c328fafb44292350553fdafe92e9.tar.gz
upstream-596059266a24c328fafb44292350553fdafe92e9.tar.bz2
upstream-596059266a24c328fafb44292350553fdafe92e9.zip
kirkwood: switch to Kernel 5.15 by default
Getting ready for the next release. Signed-off-by: Paul Spooren <mail@aparcar.org>
-rw-r--r--target/linux/kirkwood/Makefile3
1 files changed, 1 insertions, 2 deletions
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