diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2024-06-25 09:40:49 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2024-06-25 09:40:49 +0200 |
commit | e340d4be4b5e700ff13bed87906a1c0473765b2f (patch) | |
tree | 8a7f20200bf6097286af7a3bc144b4d3b1dc9d42 /target/linux/bmips | |
parent | 166d28ffeaa87de67e404258befbe56a4375ac97 (diff) | |
download | openwrt-e340d4be4b5e700ff13bed87906a1c0473765b2f.tar.gz openwrt-e340d4be4b5e700ff13bed87906a1c0473765b2f.tar.bz2 openwrt-e340d4be4b5e700ff13bed87906a1c0473765b2f.zip |
bmips: switch default kernel to 6.6
Update default kernel version to 6.6 for the bmips devices.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips')
-rw-r--r-- | target/linux/bmips/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/bmips/Makefile b/target/linux/bmips/Makefile index aa700adbfa..3e3106cc0c 100644 --- a/target/linux/bmips/Makefile +++ b/target/linux/bmips/Makefile @@ -9,8 +9,7 @@ BOARDNAME:=Broadcom BMIPS SUBTARGETS:=bcm6318 bcm6328 bcm6358 bcm6362 bcm6368 bcm63268 FEATURES:=gpio squashfs usb -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 define Target/Description Build firmware images for BCM33xx cable modem chips, |