Build application (uses netfilter_queue API) to run under OpenWrt/ARM

Hello All!

I have a small application written on C, it use netfilter_queue API. I'm need to build binaries for the ARM.
What steps i'm need to do to include netfilter's headers/libraries into toolchain for target platform?

Thanks!

In short: turn your application into an OpenWrt package, and include the dependency on the libnetfilter_queue package in the package metadata. You can use the conntrack-tools package as an example. Finally, build the package using the OpenWrt SDK.