[Buildroot] Ignored patches - WHY?

Ivan Kuten ivan.kuten at promwad.com
Thu Oct 18 22:21:15 UTC 2007


Sushi Sensei wrote:
> I have send some patches ( 0001534, 0001533, 0001532) this week with
> the Patch Tracking page, the week before I have send the same patches
> without notices of this inclusion or error, some patch was send 2 or 3
> week before and was ignored... There are some problem with this
> patches??

Hi Sushi,

I'm sorry I can not apply this patch : br2-olsr.patch:

Index: package/olsr/S50olsr
===================================================================
--- package/olsr/S50olsr        (revisión: 20228)
+++ package/olsr/S50olsr        (copia de trabajo)
@@ -6,7 +6,7 @@
 case "$1" in
   start)
        echo "Starting OLSRd daemon: "
-       /usr/sbin/olsrd -d 0 -nofork &
+       /usr/bin/olsrd -d 0 -nofork &
        ;;
   stop)
        echo "Stopping OLSRd daemon: "

-- 

Because an daemon should reside in /usr/sbin directory ,
please check other buildroot packages such as dropbear, mdnsresponder, and so on - they are all in sbin dir.
You should change OLSR_TARGET_BINARY:=usr/bin/olsrd instead.

Please adjust and resubmit.
Thanks!

Best regards,
Ivan
--------------------------------
Embedded Linux engineer,
Promwad Company: http://www.promwad.com/
Homepage : http://www.ivankuten.com/
--------------------------------



More information about the buildroot mailing list