Hi,
I want to try and add my simple custom hello world type app to the firmware build for my linksys AP. I have been reading about packages but I'm not clear on the whats/wheres/whys.
Its probably because of all of the config/scripts seems confusing to me coming from a wince environment - but there we go I have this work to do, so some basic advice would be welcome!
I thought the process was to create to create a helloworld dir in the packages directory with a makefile as specified in the howto package notes. I then assumed that I could download a tarred target to be built from the local host ftp server what would be magically included into the build.
Having put this in place I find that the make menuconfig does not show my package, even though its hacked from the hotplug2 package in utils, that does appear. I then find that there is a SDK that can be used to create packages (http://events.ccc.de/congress/2005/fahr … penWRT.pdf) and this mentions things like config.in (what ever that is), as part of the process
So do I have to use the SDK, and if so what does this do that just hacking into the packages directory does not?
The other thing that I'm not sure of is what exactly should be in the tar fiel that is downloaded into the build process, would that be the hello.c and makefile for it, or the binary output?
If someone could put be right on the basics, and the particular points mentioned - I would REALLY appreciate it!
Thanks
nick