mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 06:58:26 +02:00
15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
|
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
|
||
|
|
||
|
|