Hey,
I am trying to compile a new library with OpenWrt, so I can use it with my pre-existing package. I am wondering if I need to include the library with the image, or somehow link it with the package that will actually use the library. I am not sure what the process of cross compiling with a custom libaray is, as I have only ever used libraries through "make menuconfig". The library is ".a" format, which is a static library.
Any ideas on how I can accomplish this?