1config BR2_PACKAGE_LIBNATPMP 2 bool "libnatpmp" 3 depends on !BR2_BINFMT_FLAT 4 depends on !BR2_STATIC_LIBS 5 help 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. 11 12 http://miniupnp.free.fr/libnatpmp.html 13 14comment "libnatpmp needs a toolchain w/ dynamic library" 15 depends on BR2_STATIC_LIBS 16 depends on !BR2_BINFMT_FLAT 17