blob: 01f878f136e7d32c334f715f01b42b9e57825367 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config BR2_PACKAGE_LIBUPNP
tristate "libupnp - Universal Plug and Play (UPnP) SDK library"
default m if CONFIG_DEVEL
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
|