CreatorDev / openwrt

Linux distribution for embedded devices
https://openwrt.org
GNU General Public License v2.0
3 stars 15 forks source link

Remove USB options from config-4.4 and use/create respective kmods #138

Closed abhijit-mahajani-imgtec closed 7 years ago

abhijit-mahajani-imgtec commented 7 years ago

-CONFIG_USB_STORAGE=y To be pulled in via kmod-usb-storage

-CONFIG_USB_EZUSB_FX2=y -CONFIG_USB_F_MASS_STORAGE=y -CONFIG_USB_MASS_STORAGE=y There is a kmod-usb-mass-storage-gadget and a kmod-usb-storage-gadget. I guess the EZUSB_FX2 is for the OTG port - could You create a kmod for it?

However removing these kernel configuration, and using kmod-usb-storage kmod-usb-mass-storage-gadget kmod-usb-storage-gadget, usbboot does not work. So need to investigate further.

Ham22 commented 7 years ago

Will remove anything that is not need but can't move any of the usb dual role or otg stuff to kmods as it means usb boot won't work.