Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iproute2: fixup CCOPTS to unbreak build | Gustavo Zacarias | 2011-07-24 | 1 | -0/+1 |
| | | | | | | | | | CCOPTS is also used for HOSTCC in the netem/ directory which contains host tools so just ditch it there to avoid extra non-native optimizations to sweep by. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | iproute2: ensure TARGET_CFLAGS are used | Peter Korsgaard | 2011-07-21 | 1 | -2/+1 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | iproute2: bump to version 2.6.39 | Gustavo Zacarias | 2011-07-21 | 2 | -2/+40 |
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | iproute2: bump to version 2.6.38 | Gustavo Zacarias | 2011-04-20 | 2 | -1/+1 |
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | iproute2: fix build on configs without ipv6 support | Peter Korsgaard | 2011-01-30 | 2 | -4/+94 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | iproute2: ensure it gets built after busybox if both enabled | Peter Korsgaard | 2011-01-28 | 1 | -0/+6 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | iproute2: bump to version 2.6.37 + fixes | Gustavo Zacarias | 2011-01-11 | 1 | -3/+13 |
| | | | | | | | | | Bump to version 2.6.37 Add iptables support when it's available. ATM support requires linux-atm for which we don't have a package yet. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | iproute: bump version and convert to gentargets | Gustavo Zacarias | 2010-09-25 | 2 | -55/+37 |
| | | | | | | | | Convert iproute2 to gentargets and bump to version 2.6.35. [Peter: Small fixes to uninstall] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Update all packages to quote $(TARGET_CC) | Thomas Petazzoni | 2010-07-07 | 1 | -1/+1 |
| | | | | | | | Now that TARGET_CC contains several space-separated words, it must be used quoted everywhere. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | iproute2: needs ipv6 | Peter Korsgaard | 2009-03-04 | 1 | -0/+4 |
| | |||||
* | iproute: fix makefile | Peter Korsgaard | 2009-03-04 | 1 | -12/+13 |
| | | | | | | | | | | | Patch by Olaf Rempel <razzor@kopf-tisch.de>. - bump version to 2.6.28 - fix download - change compile ordering (build tc after ip) - remove both binaries from target when cleaning up [Peter: fixed target install strip] | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | 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. | ||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - add missing package-source targets | Bernhard Reutner-Fischer | 2007-01-03 | 1 | -0/+2 |
| | | | | - add missing dependencies to build prerequisites in the config system | ||||
* | - bump version | Bernhard Reutner-Fischer | 2006-11-22 | 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) | ||||
* | - 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. |