diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-10-15 00:07:26 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-15 23:07:27 +0200 |
commit | 7f4f23eb1b45c28378cd63629b13b4b2069b00d8 (patch) | |
tree | 5980f4c52176c10ce4ee0bce1813b4b2dbe1e3bb /package/pciutils/Config.in | |
parent | 2500d3001872c591cc3f92be7c6946e27f22ae08 (diff) | |
download | buildroot-novena-7f4f23eb1b45c28378cd63629b13b4b2069b00d8.tar.gz buildroot-novena-7f4f23eb1b45c28378cd63629b13b4b2069b00d8.zip |
pciutils: bump to version 3.1.8 and other fixes
Bump to pciutils version 3.1.8
Also make it build after busybox because it's got a lightweight
lspci whereas the full-blown is preferred.
Ditch the pci.ids skeleton comment since it's been shipped for some time
now.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/pciutils/Config.in')
-rw-r--r-- | package/pciutils/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/pciutils/Config.in b/package/pciutils/Config.in index 7b318dae7..a082f2399 100644 --- a/package/pciutils/Config.in +++ b/package/pciutils/Config.in @@ -4,7 +4,4 @@ config BR2_PACKAGE_PCIUTILS Various utilities dealing with the PCI bus. Provides things like setpci and lspci. - You'll need a copy of pci.ids or pci.ids.gz in your - target skeleton to enjoy verbose output. - http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html |