Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pciutils: fix HOST detection | Peter Korsgaard | 2009-03-09 | 1 | -0/+1 |
| | |||||
* | Add help for packages without AVR32 support | Ulf Samuelsson | 2009-01-26 | 1 | -0/+3 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -2/+2 |
| | |||||
* | * Fix format of the pciutils pci.ids.gz data file | Nigel Kukard | 2009-01-02 | 1 | -1/+3 |
| | | | | - If ZLIB is present the filename of pci.ids is changed to pci.ids.gz but its not compressed, add a compressor to ensure its gzipped | ||||
* | * Removed duplicate PCIUTILS_VERSION | Nigel Kukard | 2009-01-01 | 1 | -2/+1 |
| | | | | * When installing pci.ids[.gz] the -D means create all components leading up, using $(@D) does not include the filename, the last directory component is then /usr/share. pci.ids[.gz] is therefore created as /usr/share/misc (misc being the filename). Using $@ fixes this, the directory path is created and the file is installed as /usr/share/misc/pci.ids[.gz] . | ||||
* | * By default pciutils build of libpci.a uses the host ar/ranlib, force the ↵ | Nigel Kukard | 2009-01-01 | 1 | -1/+1 |
| | | | | use of the target tools | ||||
* | package/: remove more 'default n' (see r22874) | Peter Korsgaard | 2008-11-02 | 1 | -1/+0 |
| | |||||
* | pciutils may depend on zlib. Based on Bernhard's git repository. | Thiago A. Corrêa | 2008-10-31 | 1 | -1/+1 |
| | |||||
* | Improve pciutils based on Bernhard Reutner-Fischer's git repository ↵ | Thiago A. Corrêa | 2008-10-31 | 3 | -25/+29 |
| | | | | (http://repo.or.cz/w/buildroot.git?a=tree;f=package/pciutils;hb=HEAD). Thanks | ||||
* | Fix bug #0005884 - pciutils depends on zlib | Thiago A. Corrêa | 2008-10-31 | 2 | -1/+2 |
| | |||||
* | Minor cleanups. Use touch for stamp-files | Thiago A. Corrêa | 2008-10-31 | 1 | -2/+2 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | * Bump pciutils version | Nigel Kukard | 2008-04-08 | 1 | -1/+1 |
| | |||||
* | - bump version to 2.2.6 | Bernhard Reutner-Fischer | 2007-08-21 | 2 | -68/+4 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - set PREFIX and SHAREDIR proper | Bernhard Reutner-Fischer | 2006-12-05 | 1 | -2/+4 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -2/+2 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | use the correct pci.id name as pointed out by kostja in Bug 629 | Mike Frysinger | 2006-01-09 | 1 | -1/+1 |
| | |||||
* | dont run uname and crap to figure out build stuff Bug 219 by kk | Mike Frysinger | 2005-09-29 | 1 | -3/+50 |
| | |||||
* | be a bit more consistant with naming, always escape wildcards | Eric Andersen | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 2 | -3/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | pciutils doesn't like 'make -j' | Eric Andersen | 2004-12-11 | 1 | -1/+1 |
| | |||||
* | help text | Mike Frysinger | 2004-10-14 | 1 | -4/+4 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 2 | -1/+30 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+52 |
directory. |