diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-02 15:25:14 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-02 15:25:14 +0000 |
commit | 84841474ce0e2517e0fd07ffde6f142725244394 (patch) | |
tree | 49e77523f20bc7ca76b67136d614eb345a68bc45 /target/linux/oxnas | |
parent | 2af13d3e79b67ca471d3538519db68a0b07d250c (diff) | |
download | master-187ad058-84841474ce0e2517e0fd07ffde6f142725244394.tar.gz master-187ad058-84841474ce0e2517e0fd07ffde6f142725244394.tar.bz2 master-187ad058-84841474ce0e2517e0fd07ffde6f142725244394.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43497 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/oxnas')
-rw-r--r-- | target/linux/oxnas/profiles/100-Generic.mk | 3 |
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 |