Skip to content

Commit

Permalink
block: include all of drivers/storage/usb
Browse files Browse the repository at this point in the history
Fixes FS#41273.
  • Loading branch information
falconindy committed Jul 23, 2014
1 parent 02d387b commit a35c698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/block
Expand Up @@ -13,7 +13,7 @@ build() {
# usb
if add_checked_modules -f '(_cs|sl811_hcd|isp116x_hcd)' '/usb/host'; then
blockdevs+=(['usb_storage?']=1 ['sd_mod?']=1 ['sr_mod?']=1)
add_checked_modules 'drivers/usb/storage/ums-*'
add_checked_modules '/drivers/usb/storage/'
fi

# firewire
Expand Down

0 comments on commit a35c698

Please sign in to comment.