1 config BR2_PACKAGE_LIBNATPMP
3 depends on !BR2_BINFMT_FLAT
4 depends on !BR2_STATIC_LIBS
6 libnatpmp is an attempt to make a portable and fully compliant
7 implementation of the NAT-PMP protocol for the client side. It
8 is based on non blocking sockets and all calls of the API are
9 asynchronous. It is therefore very easy to integrate the
10 NAT-PMP code to any event driven code.
12 http://miniupnp.free.fr/libnatpmp.html
14 comment "libnatpmp needs a toolchain w/ dynamic library"
15 depends on BR2_STATIC_LIBS
16 depends on !BR2_BINFMT_FLAT