diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-15 09:16:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-15 09:16:29 +0000 |
commit | a9923c55a63f839e8fb72e9a09e0891c653fc494 (patch) | |
tree | 4de06343134e32b747e463643c1cbe53b4937478 /openwrt/package/usbutils/Config.in | |
parent | 2739e8801de2d1fb2c4e031f0bdf140c0dd0f1b1 (diff) | |
download | mtk-20170518-a9923c55a63f839e8fb72e9a09e0891c653fc494.zip mtk-20170518-a9923c55a63f839e8fb72e9a09e0891c653fc494.tar.gz mtk-20170518-a9923c55a63f839e8fb72e9a09e0891c653fc494.tar.bz2 |
Convert usbutils to new packaging style
SVN-Revision: 902
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 index 9b7de2d..327d61e 100644 --- a/openwrt/package/usbutils/Config.in +++ b/openwrt/package/usbutils/Config.in @@ -4,3 +4,9 @@ config BR2_PACKAGE_USBUTILS select BR2_PACKAGE_LIBUSB help A program to list Linux USB devices + + +config BR2_PACKAGE_LSUSB + tristate + default BR2_PACKAGE_USBUTILS + |