projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix typo in kernel module configuration
[openwrt.git]
/
openwrt
/
package
/
usbutils
/
Config.in
diff --git
a/openwrt/package/usbutils/Config.in
b/openwrt/package/usbutils/Config.in
index
327d61e
..
c9f525b
100644
(file)
--- a/
openwrt/package/usbutils/Config.in
+++ b/
openwrt/package/usbutils/Config.in
@@
-1,12
+1,15
@@
-config BR2_PACKAGE_USBUTILS
- tristate "lsusb"
+config BR2_COMPILE_USBUTILS
+ tristate
+ depends BR2_PACKAGE_LSUSB
+
+config BR2_PACKAGE_LSUSB
+ prompt "lsusb............................. USB devices listing program"
+ tristate
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
+ select BR2_COMPILE_USBUTILS
select BR2_PACKAGE_LIBUSB
help
A program to list Linux USB devices
select BR2_PACKAGE_LIBUSB
help
A program to list Linux USB devices
-
-
-config BR2_PACKAGE_LSUSB
- tristate
- default BR2_PACKAGE_USBUTILS
+
+ http://linux-usb.sourceforge.net/
This page took
0.024278 seconds
and
4
git commands to generate.