Hi all,
I need to add a custom package to OpenWRT.I have downloaded OpenWRT SDK but i don't understand how to edit the Makefile to let the make command compile my package.
First of all,the package i have to add is a custom version of olsrd..I've downloaded the source files via git and modified what i needed.Then i ve red a guide that told me to put the "olsrd" dir into the package dir of OpenWRT-SDK and to create a new Makefile to build the package.
The problem is that my olsrd package comes with a premade Makefile,do I have to edit this Makefile or should I create a new one?Let me explain,i have:
- A Makefile in Desktop/OpenWRT-SDK/package
- A Makefile in Desktop/OpenWRT-SDK/package/olsrd
I guess that the first one has general info to build the different packages in the package dir,the second one has specific info for the package.Imo i should edit the first..but how?
I hope that u will understand what I wrote,I'm sorry but english is not my main language .
Thanks in advance.