diff options
Diffstat (limited to 'package/pciutils')
-rw-r--r-- | package/pciutils/Config.in | 8 | ||||
-rw-r--r-- | package/pciutils/Makefile | 1 |
2 files changed, 1 insertions, 8 deletions
diff --git a/package/pciutils/Config.in b/package/pciutils/Config.in deleted file mode 100644 index e289b8bbf..000000000 --- a/package/pciutils/Config.in +++ /dev/null @@ -1,8 +0,0 @@ -config ADK_PACKAGE_PCIUTILS - prompt "pciutils.......................... Linux PCI Utilities" - tristate - select ADK_PACKAGE_ZLIB - default n - help - This package contains various utilities for inspecting and setting of - devices connected to the PCI bus. diff --git a/package/pciutils/Makefile b/package/pciutils/Makefile index d6530bc1c..23994bb29 100644 --- a/package/pciutils/Makefile +++ b/package/pciutils/Makefile @@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= pciutils PKG_VERSION:= 3.0.3 PKG_RELEASE:= 1 +PKG_BUILDDEP+= zlib PKG_MD5SUM:= d07da501bb11e6af40acd036536c2e9a PKG_DESCR:= PCI Utilities PKG_SECTION:= sys |