* [Buildroot] svn commit: trunk/buildroot/package/olsr
@ 2007-09-19 21:31 aldot at uclibc.org
0 siblings, 0 replies; 5+ messages in thread
From: aldot at uclibc.org @ 2007-09-19 21:31 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2007-09-19 14:31:32 -0700 (Wed, 19 Sep 2007)
New Revision: 19902
Log:
- i suppose that '$' is not really needed..
Modified:
trunk/buildroot/package/olsr/S50olsr
Changeset:
Modified: trunk/buildroot/package/olsr/S50olsr
===================================================================
--- trunk/buildroot/package/olsr/S50olsr 2007-09-19 21:27:49 UTC (rev 19901)
+++ trunk/buildroot/package/olsr/S50olsr 2007-09-19 21:31:32 UTC (rev 19902)
@@ -13,7 +13,7 @@
killall olsrd
;;
*)
- echo $"Usage: $0 {start|stop}"
+ echo "Usage: $0 {start|stop}"
exit 1
esac
^ permalink raw reply [flat|nested] 5+ messages in thread* [Buildroot] svn commit: trunk/buildroot/package/olsr
@ 2007-10-18 22:40 vanokuten at uclibc.org
0 siblings, 0 replies; 5+ messages in thread
From: vanokuten at uclibc.org @ 2007-10-18 22:40 UTC (permalink / raw)
To: buildroot
Author: vanokuten
Date: 2007-10-18 15:40:02 -0700 (Thu, 18 Oct 2007)
New Revision: 20293
Log:
change target binary to usr/sbin/olsrd
Modified:
trunk/buildroot/package/olsr/olsr.mk
Changeset:
Modified: trunk/buildroot/package/olsr/olsr.mk
===================================================================
--- trunk/buildroot/package/olsr/olsr.mk 2007-10-18 22:23:52 UTC (rev 20292)
+++ trunk/buildroot/package/olsr/olsr.mk 2007-10-18 22:40:02 UTC (rev 20293)
@@ -12,7 +12,7 @@
OLSR_DIR:=$(BUILD_DIR)/olsrd-$(OLSR_VERSION)
OLSR_CAT:=$(BZCAT)
OLSR_BINARY:=olsrd
-OLSR_TARGET_BINARY:=usr/bin/olsrd
+OLSR_TARGET_BINARY:=usr/sbin/olsrd
#OLSR_PLUGINS=httpinfo tas dot_draw nameservice dyn_gw dyn_gw_plain pgraph bmf quagga secure
OLSR_PLUGINS=dot_draw dyn_gw secure
OLSR_TARGET_PLUGIN=usr/lib/
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/olsr
@ 2007-12-11 19:53 vanokuten at uclibc.org
0 siblings, 0 replies; 5+ messages in thread
From: vanokuten at uclibc.org @ 2007-12-11 19:53 UTC (permalink / raw)
To: buildroot
Author: vanokuten
Date: 2007-12-11 11:53:51 -0800 (Tue, 11 Dec 2007)
New Revision: 20638
Log:
bump olsr version
Modified:
trunk/buildroot/package/olsr/olsr.mk
Changeset:
Modified: trunk/buildroot/package/olsr/olsr.mk
===================================================================
--- trunk/buildroot/package/olsr/olsr.mk 2007-12-11 13:15:11 UTC (rev 20637)
+++ trunk/buildroot/package/olsr/olsr.mk 2007-12-11 19:53:51 UTC (rev 20638)
@@ -5,7 +5,7 @@
#############################################################
OLSR_VERSION_MAJOR=0.5
-OLSR_VERSION_MINOR=3
+OLSR_VERSION_MINOR=4
OLSR_VERSION:=$(OLSR_VERSION_MAJOR).$(OLSR_VERSION_MINOR)
OLSR_SOURCE:=olsrd-$(OLSR_VERSION).tar.bz2
OLSR_SITE:=http://www.olsr.org/releases/$(OLSR_VERSION_MAJOR)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/olsr
@ 2008-08-27 20:18 jacmet at uclibc.org
0 siblings, 0 replies; 5+ messages in thread
From: jacmet at uclibc.org @ 2008-08-27 20:18 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-08-27 13:18:54 -0700 (Wed, 27 Aug 2008)
New Revision: 23252
Log:
olsr: fix long help text lines
Modified:
trunk/buildroot/package/olsr/Config.in
Changeset:
Modified: trunk/buildroot/package/olsr/Config.in
===================================================================
--- trunk/buildroot/package/olsr/Config.in 2008-08-27 20:18:51 UTC (rev 23251)
+++ trunk/buildroot/package/olsr/Config.in 2008-08-27 20:18:54 UTC (rev 23252)
@@ -1,11 +1,11 @@
config BR2_PACKAGE_OLSR
bool "OLSR mesh networking Daemon"
help
- olsr
-
- The Optimized Link State Routing protocol (OLSR) is a routing protocol that is optimised
- for mobile ad-hoc networks, sometimes called wireless mesh networks. It is a proactive
- link-state routing protocol that floods a full topology table to all nodes in the network
- which then compute optimal forwarding paths locally.
+ The Optimized Link State Routing protocol (OLSR) is a
+ routing protocol that is optimised for mobile ad-hoc
+ networks, sometimes called wireless mesh networks. It is a
+ proactive link-state routing protocol that floods a full
+ topology table to all nodes in the network which then
+ compute optimal forwarding paths locally.
http://www.olsr.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/olsr
@ 2009-01-10 0:27 ulf at uclibc.org
0 siblings, 0 replies; 5+ messages in thread
From: ulf at uclibc.org @ 2009-01-10 0:27 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2009-01-10 00:27:34 +0000 (Sat, 10 Jan 2009)
New Revision: 24740
Log:
Buop version of olsr to 0.5.6 which builds correctly
Modified:
trunk/buildroot/package/olsr/olsr.mk
Changeset:
Modified: trunk/buildroot/package/olsr/olsr.mk
===================================================================
--- trunk/buildroot/package/olsr/olsr.mk 2009-01-10 00:26:30 UTC (rev 24739)
+++ trunk/buildroot/package/olsr/olsr.mk 2009-01-10 00:27:34 UTC (rev 24740)
@@ -5,7 +5,7 @@
#############################################################
OLSR_VERSION_MAJOR=0.5
-OLSR_VERSION_MINOR=4
+OLSR_VERSION_MINOR=6
OLSR_VERSION:=$(OLSR_VERSION_MAJOR).$(OLSR_VERSION_MINOR)
OLSR_SOURCE:=olsrd-$(OLSR_VERSION).tar.bz2
OLSR_SITE:=http://www.olsr.org/releases/$(OLSR_VERSION_MAJOR)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-01-10 0:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-19 21:31 [Buildroot] svn commit: trunk/buildroot/package/olsr aldot at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2007-10-18 22:40 vanokuten at uclibc.org
2007-12-11 19:53 vanokuten at uclibc.org
2008-08-27 20:18 jacmet at uclibc.org
2009-01-10 0:27 ulf at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox