summaryrefslogtreecommitdiffstats
path: root/package/iproute2
Commit message (Collapse)AuthorAgeFilesLines
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - add missing package-source targetsBernhard Reutner-Fischer2007-01-031-0/+2
| | | | - add missing dependencies to build prerequisites in the config system
* - bump versionBernhard Reutner-Fischer2006-11-221-2/+2
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-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-051107Bernhard Reutner-Fischer2006-01-031-3/+3
|
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-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=57Eric Andersen2005-01-231-1/+2
|
* add help textMike Frysinger2004-11-111-4/+4
|
* Kristian Hoffmann:Mike Frysinger2004-10-141-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 saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* make sure iproute2 uses target cflagsMike Frysinger2004-10-091-1/+2
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+47
directory.