1config BR2_PACKAGE_LIBMINIUPNPC 2 bool "libminiupnpc" 3 depends on !BR2_BINFMT_FLAT 4 depends on !BR2_STATIC_LIBS 5 help 6 The UPnP protocol is supported by most home adsl/cable routers 7 and Microsoft Windows 2K/XP. The aim of the MiniUPnP project 8 is to bring a free software solution to support the "Internet 9 Gateway Device" part of the protocol. 10 11 Miniupnpc aims at the simplest library possible, with the 12 smallest footprint and no dependencies to other libraries such 13 as XML parsers or HTTP implementations. All the code is pure 14 ANSI C. 15 16 http://miniupnp.free.fr 17 18comment "libminiupnpc needs a toolchain w/ dynamic library" 19 depends on BR2_STATIC_LIBS 20 depends on !BR2_BINFMT_FLAT 21