summaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/profiles
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-12-02 15:25:14 +0000
committerJohn Crispin <john@openwrt.org>2014-12-02 15:25:14 +0000
commit9430e86b61914f26cd71d1f5b23f90bf73a57581 (patch)
tree274a0c9b8a621a4d68be9f61d3d3c5cbc00a242f /target/linux/oxnas/profiles
parent46814be2a8800738cbd7b90d8b0fb538d0e862d1 (diff)
downloadmaster-31e0f0ae-9430e86b61914f26cd71d1f5b23f90bf73a57581.tar.gz
master-31e0f0ae-9430e86b61914f26cd71d1f5b23f90bf73a57581.tar.bz2
master-31e0f0ae-9430e86b61914f26cd71d1f5b23f90bf73a57581.zip
oxnas/kd20: add usb-storage to default package set
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
Diffstat (limited to 'target/linux/oxnas/profiles')
-rw-r--r--target/linux/oxnas/profiles/100-Generic.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/oxnas/profiles/100-Generic.mk b/target/linux/oxnas/profiles/100-Generic.mk
index d5ec97d44e..4e53fcb68c 100644
--- 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