summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj2024-08-02 12:52:37 +0000
committerRobert Marko2024-08-30 09:39:44 +0000
commitfe0a9072d27632806bd71a9b1442378979eb14a9 (patch)
tree5106fe846273f89de07429f224d05dd2f7742a5b
parent2c48cda28b86c2ea0b3b0cd0ba12be62b8b0563a (diff)
downloadopenwrt-fe0a9072d27632806bd71a9b1442378979eb14a9.tar.gz
bcm4908: use kernel 6.6 by default
Switch to Linux kernel version 6.6. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/16057 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/bcm4908/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/bcm4908/Makefile b/target/linux/bcm4908/Makefile
index b4d238eff6..2d12bd7815 100644
--- a/target/linux/bcm4908/Makefile
+++ b/target/linux/bcm4908/Makefile
@@ -9,8 +9,7 @@ FEATURES:=squashfs nand usb gpio
CPU_TYPE:=cortex-a53
SUBTARGETS:=generic
-KERNEL_PATCHVER:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
define Target/Description
Build firmware images for Broadcom BCM4908 SoC family routers.