OpenWrt Forum Archive

Topic: create package

The content of this topic has been archived on 2 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

hi
i wanna create package.
because i need execute my program in my router(WRT1900AC ver1).
so i want to create package and applying it to router as making firmware using openwrt build system(make menuconfig -> make)
but it is diificult for me. especially creating package ( i dont know how to write Makefile...)

so i search and found some article(eg. Creating Package in Openwrt.org)
but. this article is too difficult for me to understand.
so i need help.

um... could you recommend me some good article about creating package(especially writing Makefile)
Please help me!!!

hminkoo92 wrote:

so i search and found some article(eg. Creating Package in Openwrt.org)
but. this article is too difficult for me to understand.

R U talking about this Creating packages? If so, what is too difficult for you to understand?

BTW, what program do you need to create? Do you have the link to its source code repository?

yes i read article of Creating Package .

but writing Makefiles is difficult for me..
and i now programming custom packet capture program.
(this custom program use libpcap library)
<source code site>
http://www.binarytides.com/packet-sniff … x-sockets/

so To make custom package. i now try tutorial as making helloworld. but fail......
please give me some advice!

The discussion might have continued from here.