Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] OLSR in buildroot - patch 02
@ 2007-09-19 13:43 Sushi Sensei
  2007-09-19 14:01 ` Bernhard Fischer
  0 siblings, 1 reply; 2+ messages in thread
From: Sushi Sensei @ 2007-09-19 13:43 UTC (permalink / raw)
  To: buildroot

Added Config.in patch and some changes more
-- 
------------------------------------------------------
--- Timeo Danaos et dona ferentes ---
------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070919/ac5b605b/attachment-0001.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: br2-add-olsr.02.patch
Type: text/x-patch
Size: 3900 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20070919/ac5b605b/attachment-0001.bin 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] OLSR in buildroot - patch 02
  2007-09-19 13:43 [Buildroot] OLSR in buildroot - patch 02 Sushi Sensei
@ 2007-09-19 14:01 ` Bernhard Fischer
  0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Fischer @ 2007-09-19 14:01 UTC (permalink / raw)
  To: buildroot

On Wed, Sep 19, 2007 at 10:43:09AM -0300, Sushi Sensei wrote:
>Added Config.in patch and some changes more
>-- 
>------------------------------------------------------
>--- Timeo Danaos et dona ferentes ---
>------------------------------------------------------

>Index: package/Config.in
>===================================================================
>--- package/Config.in	(revisi??n: 19874)
>+++ package/Config.in	(copia de trabajo)
>@@ -122,6 +122,7 @@
> 	  Support for networking and related packages
> 
> if BR2_NETWORK_SUPPORT
>+source "package/olsr/Config.in"
> source "package/argus/Config.in"
> source "package/avahi/Config.in"
> source "package/boa/Config.in"
>Index: package/olsr/files/S50olsr
>===================================================================
>--- package/olsr/files/S50olsr	(revisi??n: 0)
>+++ package/olsr/files/S50olsr	(revisi??n: 0)
>@@ -0,0 +1,22 @@
>+#!/bin/sh
>+#
>+# Starts OLSRD deamon
>+#
>+case "$1" in
>+  start)
>+  	echo -n "Starting OLSRd deamon: "
>+	start-stop-daemon --start --quiet --pidfile /var/run/olsrd.pid --exec /usr/sbin/olsrd

NAK, for the third time.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-19 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-19 13:43 [Buildroot] OLSR in buildroot - patch 02 Sushi Sensei
2007-09-19 14:01 ` Bernhard Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox