mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-07 01:01:57 +02:00
13 lines
213 B
Plaintext
13 lines
213 B
Plaintext
config BR2_PACKAGE_USBUTILS
|
|
tristate "lsusb"
|
|
default m if CONFIG_DEVEL
|
|
select BR2_PACKAGE_LIBUSB
|
|
help
|
|
A program to list Linux USB devices
|
|
|
|
|
|
config BR2_PACKAGE_LSUSB
|
|
tristate
|
|
default BR2_PACKAGE_USBUTILS
|
|
|