summaryrefslogtreecommitdiff
path: root/package/pciutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
commit537a2c4eaa446e52c6ba07007eb9ae75998b5580 (patch)
treeb48cc775042b4274dce470527826007de7a7fa84 /package/pciutils
parent18b3987c6d890f02c80b976b6cf6835053ef1fe9 (diff)
parentce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (diff)
Merge commit 'origin/confgen'
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
Diffstat (limited to 'package/pciutils')
-rw-r--r--package/pciutils/Config.in8
-rw-r--r--package/pciutils/Makefile1
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