diff options
| author | Stefan Kalscheuer | 2025-09-25 11:45:11 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-18 11:49:25 +0000 |
| commit | bcae238390e8a5a91e075f42f5eba9d065b880ee (patch) | |
| tree | 344eb5915708ccc1e7698492fc14e82bc004f347 | |
| parent | 9fc6c0317e893b8b8168d4c395ad4e41c8f86035 (diff) | |
| download | openwrt-bcae238390e8a5a91e075f42f5eba9d065b880ee.tar.gz | |
bcm53xx: add 6.12 testing kernel
Add 6.12 testing kernel for bcm53xx target.
Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
Link: https://github.com/openwrt/openwrt/pull/20167
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/bcm53xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index b858d2fdbb..2f6e1c4406 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -12,6 +12,7 @@ CPU_TYPE:=cortex-a9 SUBTARGETS:=generic KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 define Target/Description Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS. |