diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-30 12:26:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-30 12:26:09 +0000 |
commit | e4a650e1e1db6f081b9a8ea3c02823391ed644de (patch) | |
tree | cb16331ccbebefd5fd0632946c38deb2ba5c032f /package/libupnp/Config.in | |
parent | 9503db52ed0e91d1d627fb9c4e0c2dd30187817e (diff) | |
download | upstream-e4a650e1e1db6f081b9a8ea3c02823391ed644de.tar.gz upstream-e4a650e1e1db6f081b9a8ea3c02823391ed644de.tar.bz2 upstream-e4a650e1e1db6f081b9a8ea3c02823391ed644de.zip |
add libupnp package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1795 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libupnp/Config.in')
-rw-r--r-- | package/libupnp/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/libupnp/Config.in b/package/libupnp/Config.in new file mode 100644 index 0000000000..4f025c76cd --- /dev/null +++ b/package/libupnp/Config.in @@ -0,0 +1,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 + + |