I'm trying to figure out if it's possible to cross compile a program with Scons for a target running OpenWRT. I'm trying to avoid rewriting the make files since I already have the sconscript set up and the program depends on many includes and libraries from different directories. Unclear to me if it's possible to do using the OpenWRT Toolchain or SDK, I couldn't find any examples online.
Any examples would be much appreciated.