FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
277 views 0 comments
by anonymous
Im a newbie to SDK developments. I have my C code inside the packages folder. Now do i just compile the entire SDK to get the .ipk file? And to compile the SDK do i just use " make " just like the first time i used it. Any help would be really appreciated!!. Thanksss!!

1 Answer

0 votes
by anonymous

Hello,

Yes if you have written your code correctly, you should open a terminal inside GPL folder and run command make menuconfig. Once Openwrt firmware builder menu starts, navigate it, and find your package. Select it to be compiled (*) with firmware, Save and Exit. Run command make to build firmware from SDK with your package. Before doing it I would recommend browsing OpenWRT forums to learn how to write compatible packages.

Regards.