projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd5ce5
)
ramips: switch MT7620 subtarget to 5.4
author
David Bauer
<mail@david-bauer.net>
Tue, 21 Jul 2020 18:40:39 +0000
(20:40 +0200)
committer
David Bauer
<mail@david-bauer.net>
Wed, 22 Jul 2020 15:20:38 +0000
(17:20 +0200)
MT7620 seems to work fine with kernel 5.4. Set the default kernel
version to 5.4 to bring this to a broader audience.
Tested on Archer C2 v1 / Archer C20i
Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/ramips/mt7620/target.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/mt7620/target.mk
b/target/linux/ramips/mt7620/target.mk
index 56ceaee37fff7d4ed50648c9e18bd0073d795ef1..ff890c5540954ad1b97df9b3791a2bbfc722386a 100644
(file)
--- a/
target/linux/ramips/mt7620/target.mk
+++ b/
target/linux/ramips/mt7620/target.mk
@@
-9,6
+9,8
@@
CPU_TYPE:=24kc
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-basic swconfig
+KERNEL_PATCHVER:=5.4
+
define Target/Description
Build firmware images for Ralink MT7620 based boards.
endef