fix package name
[openwrt.git] / package / usbutils / Config.in
index 327d61e..a1a712d 100644 (file)
@@ -1,12 +1,14 @@
-config BR2_PACKAGE_USBUTILS
-       tristate "lsusb"
+config BR2_PACKAGE_LSUSB
+       tristate "lsusb - USB devices listing program"
        default m if CONFIG_DEVEL
        select BR2_PACKAGE_LIBUSB
        help
          A program to list Linux USB devices
+         
+         http://linux-usb.sourceforge.net/
+         
 
-
-config BR2_PACKAGE_LSUSB
+config BR2_PACKAGE_USBUTILS
        tristate
-       default BR2_PACKAGE_USBUTILS
+       default BR2_PACKAGE_LSUSB
 
This page took 0.022808 seconds and 4 git commands to generate.