[OpenWrt-Devel] [PATCH 3/5] oxnas/kd20: add usb-storage to default package set
Daniel Golle
daniel at makrotopia.org
Tue Dec 2 08:42:01 EST 2014
KD20 got a built-in card-reader wired to the USB-3 root-hub.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/oxnas/profiles/100-Generic.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/oxnas/profiles/100-Generic.mk b/target/linux/oxnas/profiles/100-Generic.mk
index d5ec97d..4e53fcb 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
--
2.1.3
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list