let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / usbutils / Config.in
1 config BR2_COMPILE_USBUTILS
2 tristate
3 depends BR2_PACKAGE_LSUSB
4
5 config BR2_PACKAGE_LSUSB
6 prompt "lsusb............................. USB devices listing program"
7 tristate
8 default m if CONFIG_DEVEL
9 select BR2_COMPILE_USBUTILS
10 select BR2_PACKAGE_LIBUSB
11 help
12 A program to list Linux USB devices
13
14 http://linux-usb.sourceforge.net/
15