projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46814be
)
oxnas/kd20: add usb-storage to default package set
author
John Crispin
<john@openwrt.org>
Tue, 2 Dec 2014 15:25:14 +0000
(15:25 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 2 Dec 2014 15:25:14 +0000
(15:25 +0000)
KD20 got a built-in card-reader wired to the USB-3 root-hub.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43497
target/linux/oxnas/profiles/100-Generic.mk
patch
|
blob
|
history
diff --git
a/target/linux/oxnas/profiles/100-Generic.mk
b/target/linux/oxnas/profiles/100-Generic.mk
index d5ec97d44e7c16a17d72c096bd99f968ffb00795..4e53fcb68cfcd22869760728a9f480a231a5e8c0 100644
(file)
--- a/
target/linux/oxnas/profiles/100-Generic.mk
+++ b/
target/linux/oxnas/profiles/100-Generic.mk
@@
-40,7
+40,8
@@
endef
define Profile/KD20
NAME:=Shuttle KD20
PACKAGES:= \
- uboot-envtools kmod-usb2-oxnas kmod-usb3 kmod-rtc-pcf8563 kmod-gpio-beeper
+ uboot-envtools kmod-usb2-oxnas kmod-usb3 kmod-usb-storage \
+ kmod-rtc-pcf8563 kmod-gpio-beeper
endef
define Profile/KD20/Description