Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | olsr: fix build | Peter Korsgaard | 2011-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | Pass TARGET_CONFIGURE_OPTS in the environment rather than as make arguments, so the olsr build system can append to CFLAGS / LDFLAGS - Otherwise build fails when the wrong linker flags are used to create the plugin .so's. Also pass ARCH, so the olsr build system choses the right libdir / PIC settings for the target, rather than for the host. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | olsr: needs IPv6 support in toolchain | Peter Korsgaard | 2010-05-26 | 1 | -0/+4 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | olsr: rework on top of the generic infrastructure | Thomas Petazzoni | 2009-12-15 | 1 | -41/+19 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | | 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> | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | Buop version of olsr to 0.5.6 which builds correctly | Ulf Samuelsson | 2009-01-10 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | olsr: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -6/+6 |
| | |||||
* | 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. | ||||
* | bump olsr version | Ivan Kuten | 2007-12-11 | 1 | -1/+1 |
| | |||||
* | change target binary to usr/sbin/olsrd | Ivan Kuten | 2007-10-18 | 1 | -1/+1 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -2/+2 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - i suppose that '$' is not really needed.. | Bernhard Reutner-Fischer | 2007-09-19 | 1 | -1/+1 |
| | |||||
* | - add olsr package (Sushi Sensei) | Bernhard Reutner-Fischer | 2007-09-19 | 3 | -0/+96 |