summaryrefslogtreecommitdiffstats
path: root/openwrt/package/clinkc/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-26 22:38:12 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-26 22:38:12 +0000
commit0bbece3b1a48abc75012dfd1e74c3f50c7624d6b (patch)
treee3710f7872fd144bdc4cc44611cc9e573fd51410 /openwrt/package/clinkc/Config.in
parent708e9983d71a725df7b4ed318fed891ae03596ff (diff)
Added clinkc, an embedded UPnP library for audio/video equipments (mediaserver and so on)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3048 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/clinkc/Config.in')
-rw-r--r--openwrt/package/clinkc/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/clinkc/Config.in b/openwrt/package/clinkc/Config.in
new file mode 100644
index 000000000..680556429
--- /dev/null
+++ b/openwrt/package/clinkc/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_CLINKC
+ prompt "clinkc............................ Embedded UPnP library"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_PACKAGE_LIBEXPAT
+ help
+ CyberLink for C is a UPnP library using C for small and embedded platforms.
+
+ http://sourceforge.net/projects/clinkc
+