summaryrefslogtreecommitdiff
path: root/package/iproute2/Config.in
AgeCommit message (Collapse)Author
2011-01-30iproute2: fix build on configs without ipv6 supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-25iproute: bump version and convert to gentargetsGustavo Zacarias
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>
2009-03-04iproute2: needs ipv6Peter Korsgaard
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2004-11-11add help textMike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen