blob: 327d61edc67c45c012f6ffe53fd24bca02b8a7bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|