Convert usbutils to new packaging style
[openwrt.git] / openwrt / package / usbutils / Config.in
1 config BR2_PACKAGE_USBUTILS
2         tristate "lsusb"
3         default m if CONFIG_DEVEL
4         select BR2_PACKAGE_LIBUSB
5         help
6           A program to list Linux USB devices
7
8
9 config BR2_PACKAGE_LSUSB
10         tristate
11         default BR2_PACKAGE_USBUTILS
12