projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dacf6db
)
ramips: fix default usb support for nexx wt3020-8M
author
Alberto Bursi
<alberto.bursi@outlook.it>
Sat, 21 Oct 2017 21:53:49 +0000
(23:53 +0200)
committer
Mathias Kresin
<dev@kresin.me>
Wed, 25 Oct 2017 06:45:05 +0000
(08:45 +0200)
the nexx wt3020-8M has a usb 2.0 port,
add usb 2.0 support packages to its default package list.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
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 f45a7189b34d24b77d53bf26eae45b3d58cb1200..8eac6f57523525baeb1a9da3b179123b23c7cd6f 100644
(file)
--- a/
target/linux/ramips/image/mt7620.mk
+++ b/
target/linux/ramips/image/mt7620.mk
@@
-485,6
+485,7
@@
define Device/wt3020-8M
IMAGE/factory.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | \
poray-header -B WT3020 -F 8M
DEVICE_TITLE := Nexx WT3020 (8MB)
+ DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci
endef
TARGET_DEVICES += wt3020-8M