diff options
| author | Pawel Dembicki | 2024-03-05 21:26:56 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-03-24 20:07:17 +0000 |
| commit | 48f108d46b1c2f16fb72b3158b41828a2a5e13ec (patch) | |
| tree | 0cc495c53c76617cbd8152611516ef72562565e4 | |
| parent | ccbdb212f36f6db25062c5b50c9729842e60fa24 (diff) | |
| download | openwrt-48f108d46b1c2f16fb72b3158b41828a2a5e13ec.tar.gz | |
kirkwood: switch kernel version to 6.1
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>
| -rw-r--r-- | target/linux/kirkwood/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 424e699157..241fc614c4 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -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 |