diff options
Diffstat (limited to 'openwrt/package/usbutils/Config.in')
-rw-r--r-- | openwrt/package/usbutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/usbutils/Config.in b/openwrt/package/usbutils/Config.in new file mode 100644 index 000000000..9b7de2dde --- /dev/null +++ b/openwrt/package/usbutils/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_USBUTILS + tristate "lsusb" + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBUSB + help + A program to list Linux USB devices |