summaryrefslogtreecommitdiff
path: root/package/pciutils/Config.in
diff options
context:
space:
mode:
authorThiago A. CorrĂȘa <thiago.correa@gmail.com>2008-10-31 12:14:39 +0000
committerThiago A. CorrĂȘa <thiago.correa@gmail.com>2008-10-31 12:14:39 +0000
commit58bc514201591a36aa64c3f30ed8cdcfd6a32183 (patch)
treedd2557494db32d6172d2060653432ca994987a33 /package/pciutils/Config.in
parent1bf91aa2a891b1a09bd9f4754e3e1400d09d90b0 (diff)
Improve pciutils based on Bernhard Reutner-Fischer's git repository (http://repo.or.cz/w/buildroot.git?a=tree;f=package/pciutils;hb=HEAD). Thanks
Diffstat (limited to 'package/pciutils/Config.in')
-rw-r--r--package/pciutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pciutils/Config.in b/package/pciutils/Config.in
index 18bd65587..9b3c83d9a 100644
--- a/package/pciutils/Config.in
+++ b/package/pciutils/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_PCIUTILS
bool "pciutils"
- depends on BR2_PACKAGE_ZLIB
+ default n
help
Various utilities dealing with the PCI bus.
Provides things like setpci and lspci.