diff options
| author | Pawel Dembicki | 2025-06-08 08:21:48 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-15 20:03:55 +0000 |
| commit | 53acaf1f3f458b104792951dc42b7d0cc31370a6 (patch) | |
| tree | 587ffca4448b9ed1c427261a9ec5929784d9c810 | |
| parent | 66f4530c725cd2918de2a879abea1f5c46f6c5c5 (diff) | |
| download | openwrt-53acaf1f3f458b104792951dc42b7d0cc31370a6.tar.gz | |
kirkwood: add 6.12 as testing kernel
Support for 6.12 is ready; add it as a testing kernel.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19069
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/kirkwood/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 2010f9a812..04d58c59e0 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -12,6 +12,7 @@ CPU_TYPE:=xscale SUBTARGETS:=generic KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |