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-a3cf2f4a3e73master
parent
2af13d3e79
commit
84841474ce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue