Hi,
We are going to use OpenWrt to build our applications previously we used Debian build. The applications spread to many sub source directories in two basic forms, one for libraries, one for binaries, it was a simple command, there are two generic type of Makefiles one for libraries and one for binaries, we just run the make in the source root to build all sub source directories.
There seems more steps to involve in OpenWrt build, most of the project in OpenWrt are relative small for specific single function, are there a build pipe line environment in OpenWrt similar to Debian build, we can run one make command to compile all sub directories and to link either dynamic or static to all libraries?
Thank you.