How can I create ipk package (example.ipk) for olsrd-0.6 with OpenWrt SDK? <br><br>I want to the example.ipk holds a dynamic library (dll_example.so.0.1) and when I install in the OpenWrt Whiterrussian, the library dll_example.so.0.1 willl be intalled into directory /usr/lib. I want to the library will be used by olsrd-0.6 as a plugin. <br>

<br>My implementation holds the fucntion that construct the dynamic library. (my_ini and my_fini).<br>