projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29aa1a9
)
bcm47xx: default to kernel 6.1
author
Mieczyslaw Nalewaj
<namiltd@yahoo.com>
Fri, 29 Mar 2024 10:47:13 +0000
(11:47 +0100)
committer
Robert Marko
<robimarko@gmail.com>
Mon, 3 Jun 2024 15:57:54 +0000
(17:57 +0200)
Default to kernel 6.1 on bcm47xx.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link:
https://github.com/openwrt/openwrt/pull/15010
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/bcm47xx/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/bcm47xx/Makefile
b/target/linux/bcm47xx/Makefile
index 22fc36e9b17124487d19cc0b05aeaeb143de3829..c4ed66b54fe033b6c5d922b41c91cbec2a46a786 100644
(file)
--- a/
target/linux/bcm47xx/Makefile
+++ b/
target/linux/bcm47xx/Makefile
@@
-10,8
+10,7
@@
BOARDNAME:=Broadcom BCM47xx/53xx (MIPS)
FEATURES:=squashfs usb
SUBTARGETS:=generic mips74k legacy
-KERNEL_PATCHVER:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
define Target/Description
Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.