1config BR2_PACKAGE_LIBUPNP 2 bool "libupnp" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 help 5 The portable SDK for UPnP(tm) Devices (libupnp) provides 6 developers with an API and open source code for building 7 control points, devices, and bridges that are compliant with 8 Version 1.0 of the Universal Plug and Play Device Architecture 9 Specification 10 11 http://pupnp.sourceforge.net/ 12 13comment "libupnp needs a toolchain w/ threads" 14 depends on !BR2_TOOLCHAIN_HAS_THREADS 15