diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-26 20:23:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-26 20:23:03 +0100 |
commit | b944726b75e18b624bb92e1e4eaa2dafc8d118e0 (patch) | |
tree | d5ddc689d2f1b6be0f417cd958585b9db038dbda /package/busybox/config | |
parent | 49b8831dc9d9dc5c618628b2c36c6057f31d1bb7 (diff) |
some usb fixes, wrong controller choosen. (and some more minor changes)
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/util-linux/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index 5462ee98a..8e78e2e27 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -358,7 +358,7 @@ config BUSYBOX_LOSETUP config BUSYBOX_LSPCI bool "lspci" - default y + default n depends on !ADK_PACKAGE_PCIUTILS help lspci is a utility for displaying information about PCI buses in the @@ -368,7 +368,7 @@ config BUSYBOX_LSPCI config BUSYBOX_LSUSB bool "lsusb" - default y + default n depends on !ADK_PACKAGE_LSUSB help lsusb is a utility for displaying information about USB buses in the |