Hi!
I was wondering if anybody has any suggestions how to set up buildroot-ng to do openwrt-specific development, e.g. I want to add a package to openwrt that is not a port of some existing software but rather a project from my own svn repository that is only (or almost only) meant to be an openwrt package.
I'm familiar with how the package/ system is set up (and I love it), but I'm a little uncertain how to bend it to build software that is not really a port. One way would ofcourse be to make a tarball from my repository source and use that for an openwrt package, but I'm a little woried about the "turnaround" build time for that (e.g. change my package source in my repository, build distribution tarball, touch openwrt package makefile, build openwrt) and loosing automatic dependency management.
A solution where dependencies are tracked by make all the way from my project source files to the openwrt .ipkg (or flash image) would be fantastic!
Any suggestions?
Thanx in advance!