kirkwood: switch kernel version to 6.1
authorPawel Dembicki <paweldembicki@gmail.com>
Tue, 5 Mar 2024 21:26:56 +0000 (22:26 +0100)
committerRobert Marko <robimarko@gmail.com>
Sun, 24 Mar 2024 20:07:17 +0000 (21:07 +0100)
6.1 testing version was introduced some time ago. Kernel size issues
are resolved now. Time to bump kernel version.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
target/linux/kirkwood/Makefile

index 424e699157bfe3eb00ea5e083e9c0a70c700fd5f..241fc614c480ad1b6d130d4ac4001626734d5a30 100644 (file)
@@ -11,8 +11,7 @@ FEATURES:=rtc usb nand squashfs ramdisk
 CPU_TYPE:=xscale
 SUBTARGETS:=generic
 
-KERNEL_PATCHVER:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
 
 include $(INCLUDE_DIR)/target.mk