diff options
Diffstat (limited to 'install/usb')
l---------[-rw-r--r--] | install/usb | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/install/usb b/install/usb index 2b36c35..ad926c8 100644..120000 --- a/install/usb +++ b/install/usb @@ -1,20 +1 @@ -#!/bin/bash - -build() { - if add_checked_modules -f '(_cs|sl811_hcd|isp116x_hcd)' '/usb/host'; then - add_module 'usb_storage?' - add_module 'sd_mod?' - add_module 'sr_mod?' - add_checked_modules 'drivers/usb/storage/ums-*' - fi -} - -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, add the autodetect -hook too. -HELPEOF -} - -# vim: set ft=sh ts=4 sw=4 et: +block
\ No newline at end of file |