diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 21:57:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 21:58:00 +0200 |
commit | b23cfa9e2081511a8913553abdc9a1f48757a174 (patch) | |
tree | 14721bafa781d6d45993b6038d705a572f814756 /package/usbutils | |
parent | 8b30df1cf5ff7c5a675d6d9451decc8c99f886bd (diff) |
allow to hide packages, which are provided by busybox applets
Diffstat (limited to 'package/usbutils')
-rw-r--r-- | package/usbutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/usbutils/Makefile b/package/usbutils/Makefile index bcadb9182..7d0daeec5 100644 --- a/package/usbutils/Makefile +++ b/package/usbutils/Makefile @@ -12,8 +12,7 @@ PKG_SECTION:= utils PKG_DEPENDS:= libusb libusb-compat libpthread zlib librt PKG_BUILDDEP:= libusb libusb-compat zlib PKG_SITES:= http://www.kernel.org/pub/linux/utils/usb/usbutils/ - -PKG_SUBPKGS:= LSUSB +PKG_BB:= 1 include ${TOPDIR}/mk/package.mk |