Skip to content

Commit

Permalink
builders/usb: trim down module adding
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed May 26, 2011
1 parent b7d7470 commit 03e7e52
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions builders/usb
@@ -1,12 +1,7 @@
#!/bin/bash

build() {
if add_checked_modules drivers/usb/host; then
add_module usb_storage
add_module sd_mod
add_module sr_mod
add_checked_modules drivers/usb/storage
fi
add_checked_modules drivers/usb/{host,storage} && add_module sd_mod
}

helpmsg() {
Expand Down

0 comments on commit 03e7e52

Please sign in to comment.