diff options
| author | Mieczyslaw Nalewaj | 2024-03-29 10:50:33 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-06-03 15:57:54 +0000 |
| commit | a82b2e79e3fd245752e5caf4ccb204d711d0c509 (patch) | |
| tree | 14e2520e09cc1859ece2b6a4ea1fe9cd0f965e03 | |
| parent | 5285a7d2b18d778b99bc6f8fada78ea27312d93a (diff) | |
| download | openwrt-a82b2e79e3fd245752e5caf4ccb204d711d0c509.tar.gz | |
bcm47xx: 6.6: set testing kernel
Select 6.6 as testing kernel on bcm47xx.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/15010
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/bcm47xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm47xx/Makefile b/target/linux/bcm47xx/Makefile index c4ed66b54f..325a207d08 100644 --- a/target/linux/bcm47xx/Makefile +++ b/target/linux/bcm47xx/Makefile @@ -11,6 +11,7 @@ FEATURES:=squashfs usb SUBTARGETS:=generic mips74k legacy KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 define Target/Description Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM. |