summaryrefslogtreecommitdiffstats
path: root/install/usb
diff options
context:
space:
mode:
Diffstat (limited to 'install/usb')
-rw-r--r--install/usb4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/usb b/install/usb
index 4d53e8f..0e655bd 100644
--- a/install/usb
+++ b/install/usb
@@ -2,7 +2,7 @@
install ()
{
- MODULES=" $(all_modules "/usb/" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd")
+ MODULES=" $(all_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd")
usb_storage usbhid sd_mod sr_mod "
BINARIES=""
FILES=""
@@ -14,6 +14,6 @@ help ()
cat<<HELPEOF
This hook loads the necessary modules for an usb root device.
Detection will take place at runtime. To minimize the modules
- in the image, use the -auto flavor.
+ in the image, add the autodetect hook too.
HELPEOF
}