diff options
| author | Álvaro Fernández Rojas | 2024-06-18 20:04:57 +0000 |
|---|---|---|
| committer | Álvaro Fernández Rojas | 2024-06-19 17:36:09 +0000 |
| commit | 98cfff4745d641a83232f41d657d82b81b344bb5 (patch) | |
| tree | ac8d412b23321aeaecf6936330f4dc9525fb6fa0 | |
| parent | 847fad476f3d3652e75daa98822662f654bfd225 (diff) | |
| download | openwrt-98cfff4745d641a83232f41d657d82b81b344bb5.tar.gz | |
bcm27xx: switch default kernel to 6.6
Update default kernel version to 6.6 for the Raspberry Pi devices.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
| -rw-r--r-- | target/linux/bcm27xx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/bcm27xx/Makefile b/target/linux/bcm27xx/Makefile index d0a05f6193..2d964953e3 100644 --- a/target/linux/bcm27xx/Makefile +++ b/target/linux/bcm27xx/Makefile @@ -11,8 +11,7 @@ BOARDNAME:=Broadcom BCM27xx FEATURES:=audio boot-part display ext4 fpu gpio rootfs-part rtc squashfs usb usbgadget SUBTARGETS:=bcm2708 bcm2709 bcm2710 bcm2711 bcm2712 -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 define Target/Description Build firmware image for Broadcom BCM27xx SoC devices. |