xref: /OK3568_Linux_fs/buildroot/package/libnatpmp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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