add libupnp package
[openwrt.git] / openwrt / package / libupnp / Config.in
diff --git a/openwrt/package/libupnp/Config.in b/openwrt/package/libupnp/Config.in
new file mode 100644 (file)
index 0000000..4f025c7
--- /dev/null
@@ -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
+        
+