[openwrt/openwrt] bmips: switch default kernel to 6.6

LEDE Commits lede-commits at lists.infradead.org
Tue Jun 25 01:44:15 PDT 2024


noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e340d4be4b5e700ff13bed87906a1c0473765b2f

commit e340d4be4b5e700ff13bed87906a1c0473765b2f
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Tue Jun 25 09:40:49 2024 +0200

    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 at gmail.com>
---
 target/linux/bmips/Makefile | 3 +--
 1 file changed, 1 insertion(+), 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,




More information about the lede-commits mailing list