blob: 4f025c76cdbb6d307392135ac6a57f445b39e03e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config BR2_PACKAGE_LIBUPNP
tristate "libupnp - Universal Plug and Play (UPnP) SDK library"
# default m if CONFIG_DEVEL
default n
help
The Universal Plug and Play (UPnP) SDK for Linux provides support
for building UPnP-compliant control points, devices, and bridges
on Linux.
http://upnp.sourceforge.net/
Depends: libpthread
|