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