summaryrefslogtreecommitdiffstats
path: root/package/pciutils/Config.in
diff options
context:
space:
mode:
authorThiago A. CorrĂȘa <thiago.correa@gmail.com>2008-10-31 04:03:27 +0000
committerThiago A. CorrĂȘa <thiago.correa@gmail.com>2008-10-31 04:03:27 +0000
commitc1b4bfbd724e2b3f74ae7935f1d86a54d3dd8a91 (patch)
tree467777202d6aedd8bcf3cc0680a46b42a04eeddc /package/pciutils/Config.in
parente246dc1ef5fda66c2c31b081dc1e404f9efca63d (diff)
downloadbuildroot-novena-c1b4bfbd724e2b3f74ae7935f1d86a54d3dd8a91.tar.gz
buildroot-novena-c1b4bfbd724e2b3f74ae7935f1d86a54d3dd8a91.zip
Fix bug #0005884 - pciutils depends on zlib
Diffstat (limited to 'package/pciutils/Config.in')
-rw-r--r--package/pciutils/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pciutils/Config.in b/package/pciutils/Config.in
index a082f2399..18bd65587 100644
--- a/package/pciutils/Config.in
+++ b/package/pciutils/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_PCIUTILS
bool "pciutils"
+ depends on BR2_PACKAGE_ZLIB
help
Various utilities dealing with the PCI bus.
Provides things like setpci and lspci.