Hi

I'm currently developing a new package to add to OpenWRT (DyMo mesh routing functionality). I have successfully integrated my kernel module package; it appears in menuconfig, builds etc. (it even works!), however, I am now trying to add my userland support applications to the menuconfig system, and I simply cannot get this to work at all. I make the directory in package/ and add the Makefile - it then appears in menuconfig as one would hope. The sources are all there in the right place (I know how to do all this, because it works just fine for my kernel-mod) but when I hit make it refuses to build the package (same for make V=99).

Foo666-2:trunk steve$ make package/matrix-apd/compile V=99
make[1]: Entering directory `/Volumes/Development/trunk'
make[2]: Entering directory `/Volumes/Development/trunk/package/matrix- apd'
make[2]: Nothing to be done for `compile'.
make[2]: Leaving directory `/Volumes/Development/trunk/package/matrix- apd'
make[1]: Leaving directory `/Volumes/Development/trunk'
Foo666-2:trunk steve$

I have been fiddling this for a whole day, and cannot get any other response. If I run the makefile for the package manually that works fine. If I place a tarball of the source in the dl/ directory it doesn't get unzipped into place as it should. Now this all works fine for the KernelPackage but not for the ordinary package. I've spent hours looking through all the docs/forums etc. and I am now completely stuck. Can anyone help - is this a bug or me losing my grip?

I have tried this with a trivial "hello world" package - same results.

many thanks in advance, and hope to join in a lot more with you guys.

Steve

PS. I can send example files etc. etc. or post a ticket if this is the way to go

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to