Hello,<br><br>How can I build OLSRd ipk package with OpenWrt-SDK to install customize OLSRd into OpenWRT? My version OLSRd is 0.5.6-r8.<br><br>When I try to make, the output is showed:<br><br><span style="font-family: courier new,monospace;">bash-3.1$ make V=99</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">make package/compile</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">make[1]: Entering directory `/home/user/OpenWrt-SDK-Linux-i686-1'</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">make -C package compile SDK=1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">make[2]: Entering directory `/home/user/OpenWrt-SDK-Linux-i686-1/package'</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">make -j1 compile-targets</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">make[3]: Entering directory `/home/user/OpenWrt-SDK-Linux-i686-1/package'</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">make -C olsrd-0.5.6-r8 compile</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">make[4]: Entering directory `/home/user/OpenWrt-SDK-Linux-i686-1/package/olsrd-0.5.6-r8'</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">make[4]: *** No rule to make target `compile'.  Stop.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">make[4]: Leaving directory `/home/user/OpenWrt-SDK-Linux-i686-1/package/olsrd-0.5.6-r8'</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">make[3]: *** [olsrd-0.5.6-r8-compile] Error 2</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">make[3]: Leaving directory `/home/user/OpenWrt-SDK-Linux-i686-1/package'</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">make[2]: *** [compile] Error 2</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">make[2]: Leaving directory `/home/user/OpenWrt-SDK-Linux-i686-1/package'</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">make[1]: *** [package/compile] Error 2</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">make[1]: Leaving directory `/home/user/OpenWrt-SDK-Linux-i686-1'</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">make: *** [world] Error 2<br><br><font face="arial,helvetica,sans-serif">I believe that is faulting Makefile file into ../package/src diretory, but how can I create this?</font> <br>

</span><br>