Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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) | ||||
* | - update from 2.6.9-ss040831 to 2.6.14-051107 | Bernhard Reutner-Fischer | 2006-01-03 | 1 | -3/+3 |
| | |||||
* | remove extra space after touch | Mike Frysinger | 2005-11-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 | ||||
* | Apply patch from nawawi: http://bugs.uclibc.org/view.php?id=57 | Eric Andersen | 2005-01-23 | 1 | -1/+2 |
| | |||||
* | add help text | Mike Frysinger | 2004-11-11 | 1 | -4/+4 |
| | |||||
* | Kristian Hoffmann: | Mike Frysinger | 2004-10-14 | 1 | -1/+1 |
| | | | | | | Attached is a (trivial) patch to fix a reference to an undefined variable 'IPROUTE2_SOURCE_URL' that prevents the source from being downloaded correctly. | ||||
* | 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 |
| | |||||
* | make sure iproute2 uses target cflags | Mike Frysinger | 2004-10-09 | 1 | -1/+2 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+47 |
directory. |