diff options
| author | Pawel Dembicki | 2025-11-06 11:50:07 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-11-09 21:55:44 +0000 |
| commit | c5b75d6cde31be557e7a277f89af00b9b799527d (patch) | |
| tree | b317dcc1e422de2271f25ee17768818484254964 | |
| parent | 64432358e098b444682ceedf9d385ed9aaaed4e4 (diff) | |
| download | openwrt-c5b75d6cde31be557e7a277f89af00b9b799527d.tar.gz | |
kirkwood: kernel: switch to 6.12 version
No new reggresions was observed. Time to switch to 6.12.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20672
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -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 04d58c59e0..7216c573b0 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:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |