diff options
| author | Álvaro Fernández Rojas | 2025-05-08 15:51:25 +0000 |
|---|---|---|
| committer | Álvaro Fernández Rojas | 2025-05-29 11:47:18 +0000 |
| commit | 98341edd581c3042e7289ab4a2df77f9d778b748 (patch) | |
| tree | a90a453622414581751fe6f5afdd4a73a48ff7a9 | |
| parent | 49451bdf95cef1d5791274a17a2aa077625f6b46 (diff) | |
| download | openwrt-98341edd581c3042e7289ab4a2df77f9d778b748.tar.gz | |
bmips: enable 6.12 kernel testing
bmips target now supports 6.12 kernel as testing.
Signed-off-by: Álvaro Fernández Rojas <noltari@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 3e3106cc0c..72c9eefad7 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.6 +KERNEL_TESTING_PATCHVER:=6.12 define Target/Description Build firmware images for BCM33xx cable modem chips, |