summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-02 14:31:37 +0100
committerSuper user <root@baserock.(none)>2012-09-17 13:11:39 +0000
commit8a84478a2031ad49e2ee34b94cf35df2b3170aa5 (patch)
treef3cdc7fdc7d6d46f4aef3f36203acbfc01723e45
parent2af94d462995ff0f234526d71abacecbf71ab161 (diff)
downloadbusybox-8a84478a2031ad49e2ee34b94cf35df2b3170aa5.tar.gz
busybox.morph: remove lsusb
Both busybox and usbutils provide a lsusb. usbutils is in foundation anyway and it is more difficult to remove lsusb from usbutils than busybox.
-rw-r--r--busybox.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.morph b/busybox.morph
index cb179febe..dee8b0cb0 100644
--- a/busybox.morph
+++ b/busybox.morph
@@ -20,6 +20,7 @@
"sed -e 's/.*MODPROBE=.*/CONFIG_MODPROBE=y/' -i .config",
"sed -e 's/.*FEATURE_MODPROBE_BLACKLIST=.*/CONFIG_FEATURE_MODPROBE_BLACKLIST=y/' -i .config",
"sed -e 's/.*FEATURE_LSMOD_PRETTY_2_6_OUTPUT=.*/CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT=y/' -i .config",
+ "sed -e 's/.*CONFIG_LSUSB.*/# CONFIG_LSUSB is not set/' -i .config",
"sed -e 's/.*CONFIG_MKFS_EXT2.*/# CONFIG_MKFS_EXT2 is not set/' -i .config",
"sed -e 's/.*CONFIG_STRINGS.*/# CONFIG_STRINGS is not set/' -i .config",
"sed -e 's/.*CONFIG_PATCH.*/# CONFIG_PATCH is not set/' -i .config",