Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |