Browse Source

kirkwood: switch to Kernel 5.15 by default

Getting ready for the next release.

Signed-off-by: Paul Spooren <[email protected]>
Paul Spooren 3 years ago
parent
commit
596059266a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      target/linux/kirkwood/Makefile

+ 1 - 2
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