Author: blogic Date: 2014-12-02 16:25:14 +0100 (Tue, 02 Dec 2014) New Revision: 43497
Modified: trunk/target/linux/oxnas/profiles/100-Generic.mk Log: 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 <[email protected]> Modified: trunk/target/linux/oxnas/profiles/100-Generic.mk =================================================================== --- trunk/target/linux/oxnas/profiles/100-Generic.mk 2014-12-02 15:25:09 UTC (rev 43496) +++ trunk/target/linux/oxnas/profiles/100-Generic.mk 2014-12-02 15:25:14 UTC (rev 43497) @@ -40,7 +40,8 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
