diff options
| author | Goetz Goerisch | 2024-06-24 20:11:13 +0000 |
|---|---|---|
| committer | Álvaro Fernández Rojas | 2024-06-25 07:36:33 +0000 |
| commit | 166d28ffeaa87de67e404258befbe56a4375ac97 (patch) | |
| tree | f27fce9c4b1dc3dd0127808f50312daa52d88baf | |
| parent | 7a14fe09818bf5ac73c0a5f9accd8816ab396cc9 (diff) | |
| download | openwrt-166d28ffeaa87de67e404258befbe56a4375ac97.tar.gz | |
bmips: add 6.6 kernel as testing
enable testing kernel version 6.6 for bmips
Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
| -rw-r--r-- | target/linux/bmips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bmips/Makefile b/target/linux/bmips/Makefile index c391e4b785..aa700adbfa 100644 --- a/target/linux/bmips/Makefile +++ b/target/linux/bmips/Makefile @@ -10,6 +10,7 @@ SUBTARGETS:=bcm6318 bcm6328 bcm6358 bcm6362 bcm6368 bcm63268 FEATURES:=gpio squashfs usb KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 define Target/Description Build firmware images for BCM33xx cable modem chips, |