diff options
| author | Mieczyslaw Nalewaj | 2024-11-19 00:03:37 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-06-11 12:16:21 +0000 |
| commit | fa90484c6aabdbaf37e5c1ca50afc3ae6d5324e1 (patch) | |
| tree | 81d66c6fed3ac13805c7948c6d0e4c1924a34fd7 | |
| parent | e09d6ce9f3f32311d34ea3b92683ca4da61c77a0 (diff) | |
| download | openwrt-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/Makefile | 1 |
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. |