projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de223b5
)
bcm47xx: use kernel 6.6 by default
author
Mieczyslaw Nalewaj
<namiltd@yahoo.com>
Wed, 5 Jun 2024 16:25:59 +0000
(18:25 +0200)
committer
Robert Marko
<robimarko@gmail.com>
Thu, 4 Jul 2024 17:32:50 +0000
(19:32 +0200)
Switch to Linux kernel version 6.6.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link:
https://github.com/openwrt/openwrt/pull/15635
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 325a207d08d4d38157820b26e15b0fa4a40df3a0..428fa75e70f956f12a72a4bebe26762a5e5f0f6e 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:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
define Target/Description
Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.