summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2011-01-19 16:03:57 +0100
committerJuergen Beisert <jbe@pengutronix.de>2011-01-19 16:03:57 +0100
commitf1d3dbf91d369b41a15838d007cb51f04f618588 (patch)
treeaa8111014055dba3a0da953aaf7f9ec248f198c0
parente5d1e408d216816f374c7335a804fdd1397fd4c6 (diff)
downloadptxdist-f1d3dbf91d369b41a15838d007cb51f04f618588.tar.gz
ptxdist-f1d3dbf91d369b41a15838d007cb51f04f618588.tar.xz
Do not allow 'lsusb' from the 'usbutils' package, if the 'lsusb' from busybox is enabled
If busybox's and usbutils' lsusb command is enabled, the one from usbutils seems to lose. This patch allows the selection of only one of these commands. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
-rw-r--r--rules/usbutils.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/usbutils.in b/rules/usbutils.in
index 36c9ba6c5..d71b7dc08 100644
--- a/rules/usbutils.in
+++ b/rules/usbutils.in
@@ -2,6 +2,7 @@
menuconfig USBUTILS
select LIBUSB_COMPAT
+ depends on !BUSYBOX_LSUSB || ALLYES
tristate
prompt "usbutils "
help
@@ -16,6 +17,8 @@ menuconfig USBUTILS
More information can be found at the Linux USB web site
http://www.linux-usb.org/usbutils
+comment "busybox' lsusb is selected"
+ depends on BUSYBOX_LSUSB
config USBUTILS_LSUSB
bool