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/pciutils | |
parent | 8b30df1cf5ff7c5a675d6d9451decc8c99f886bd (diff) |
allow to hide packages, which are provided by busybox applets
Diffstat (limited to 'package/pciutils')
-rw-r--r-- | package/pciutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/pciutils/Makefile b/package/pciutils/Makefile index a085cd280..6dac7a769 100644 --- a/package/pciutils/Makefile +++ b/package/pciutils/Makefile @@ -7,12 +7,13 @@ PKG_NAME:= pciutils PKG_VERSION:= 3.1.10 PKG_RELEASE:= 1 PKG_MD5SUM:= 72ebc3624ccb43ae2ddf872b5dfdb3c9 -PKG_DESCR:= PCI utilities +PKG_DESCR:= PCI utilities (lspci/setpci) PKG_SECTION:= utils PKG_DEPENDS:= zlib PKG_BUILDDEP:= zlib PKG_URL:= http://www.kernel.org/pub/software/utils/pciutils/ PKG_SITES:= http://www.kernel.org/pub/software/utils/pciutils/ +PKG_BB:= 1 include ${TOPDIR}/mk/package.mk |