diff options
Diffstat (limited to 'install/usb')
-rw-r--r-- | install/usb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/usb b/install/usb index 0e655bd..03ed024 100644 --- a/install/usb +++ b/install/usb @@ -2,7 +2,7 @@ install () { - MODULES=" $(all_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd") + MODULES=" $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd") usb_storage usbhid sd_mod sr_mod " BINARIES="" FILES="" |