projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd7882
)
ramips: fix Netgear EX3700/EX3800 wireless driver selection
author
Mathias Kresin
<dev@kresin.me>
Tue, 4 Dec 2018 19:40:27 +0000
(20:40 +0100)
committer
Mathias Kresin
<dev@kresin.me>
Tue, 4 Dec 2018 19:40:27 +0000
(20:40 +0100)
Fix the typo to select kmod-mt76x2.
Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/ramips/image/mt7620.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/mt7620.mk
b/target/linux/ramips/image/mt7620.mk
index 143d33e3c8a3547e4fbe7957274a889a979b8b4f..10c3748885580aef45a7ce3911a2eeb5ac740db3 100644
(file)
--- a/
target/linux/ramips/image/mt7620.mk
+++ b/
target/linux/ramips/image/mt7620.mk
@@
-258,7
+258,7
@@
define Device/ex3700-ex3800
IMAGE_SIZE := 7744k
IMAGES += factory.chk
IMAGE/factory.chk := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | netgear-chk
- DEVICE_PACKAGES := mod-mt76x2
+ DEVICE_PACKAGES :=
k
mod-mt76x2
DEVICE_TITLE := Netgear EX3700/EX3800
SUPPORTED_DEVICES := ex3700
endef