Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-26 | olsr: needs IPv6 support in toolchain | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-12-15 | olsr: rework on top of the generic infrastructure | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-09-03 | package: Remove unnecessary dependencies on uclibc. | Will Newton | |
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2009-01-10 | Buop version of olsr to 0.5.6 which builds correctly | Ulf Samuelsson | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-08-27 | olsr: fix long help text lines | Peter Korsgaard | |
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2007-12-11 | bump olsr version | Ivan Kuten | |
2007-10-18 | change target binary to usr/sbin/olsrd | Ivan Kuten | |
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-09-19 | - i suppose that '$' is not really needed.. | Bernhard Reutner-Fischer | |
2007-09-19 | - add olsr package (Sushi Sensei) | Bernhard Reutner-Fischer | |