add package from Duncan, thx. changed the patches and some minor stuff
[openwrt.git] / package / usbutils / Config.in
index 327d61edc67c45c012f6ffe53fd24bca02b8a7bd..c9f525be5bd77a3e480365dd55ddabcfe480428b 100644 (file)
@@ -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
+       select BR2_COMPILE_USBUTILS
        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/