summaryrefslogtreecommitdiff
path: root/package/pciutils/Config.in
AgeCommit message (Collapse)Author
2011-10-15pciutils: bump to version 3.1.8 and other fixesGustavo Zacarias
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>
2010-10-04package: get rid of ".. has no inherent support for AVR32" commentsPeter Korsgaard
These are probaly out of date by now, and lack of special handling for avr32 doesn't mean that a package won't work on avr32, so remove them. Done by sed -i '/comment.*no inherent support for AVR32/{N;N;p}' Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-06pciutils: Fix cross compilingGustavo Zacarias
Closes #1705 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-01-26Add help for packages without AVR32 supportUlf Samuelsson
2008-11-02package/: remove more 'default n' (see r22874)Peter Korsgaard
2008-10-31Improve pciutils based on Bernhard Reutner-Fischer's git repository ↵Thiago A. Corrêa
(http://repo.or.cz/w/buildroot.git?a=tree;f=package/pciutils;hb=HEAD). Thanks
2008-10-31Fix bug #0005884 - pciutils depends on zlibThiago A. Corrêa
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2004-10-14help textMike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen