summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj2024-11-19 00:03:37 +0000
committerHauke Mehrtens2025-06-11 12:16:21 +0000
commitfa90484c6aabdbaf37e5c1ca50afc3ae6d5324e1 (patch)
tree81d66c6fed3ac13805c7948c6d0e4c1924a34fd7
parente09d6ce9f3f32311d34ea3b92683ca4da61c77a0 (diff)
downloadopenwrt-fa90484c6aabdbaf37e5c1ca50afc3ae6d5324e1.tar.gz
ramips: enable 6.12 testing kernel
The ramips now supports 6.12 kernel as testing. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/18654 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/ramips/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile
index 1429fdd655..03aa8879c1 100644
--- a/target/linux/ramips/Makefile
+++ b/target/linux/ramips/Makefile
@@ -11,6 +11,7 @@ SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883
FEATURES:=squashfs gpio
KERNEL_PATCHVER:=6.6
+KERNEL_TESTING_PATCHVER:=6.12
define Target/Description
Build firmware images for Ralink RT288x/RT3xxx based boards.