diff options
| author | Mieczyslaw Nalewaj | 2024-03-13 01:15:14 +0000 |
|---|---|---|
| committer | Nick Hainke | 2024-04-05 05:58:15 +0000 |
| commit | b7a900782840de767e2aa751fbaf1575dc6abda4 (patch) | |
| tree | bf6ce74c8487905dacf6ad64ea7ac2a7a6c2ea9b | |
| parent | 093a5aab40d6fea0bb092a257ee38fd316956804 (diff) | |
| download | openwrt-b7a900782840de767e2aa751fbaf1575dc6abda4.tar.gz | |
ramips: 6.6: set testing kernel
Allow selecting 6.6 as testing kernel on ramips.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
| -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 787b2e94cc..fec2a2b1f8 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.1 +KERNEL_TESTING_PATCHVER:=6.6 define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards. |