diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-01-26 22:38:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-01-26 22:38:12 +0000 |
commit | 023f41c85b765c81c96bf16cd1821ea05246fc7c (patch) | |
tree | 4f152711d1c736d2ca0dc80cb7af4fc89dcb5195 /package/clinkc/Config.in | |
parent | 1cdf9d668755e871f0989c7dcf37b82ecef69d72 (diff) | |
download | upstream-023f41c85b765c81c96bf16cd1821ea05246fc7c.tar.gz upstream-023f41c85b765c81c96bf16cd1821ea05246fc7c.tar.bz2 upstream-023f41c85b765c81c96bf16cd1821ea05246fc7c.zip |
Added clinkc, an embedded UPnP library for audio/video equipments (mediaserver and so on)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3048 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/clinkc/Config.in')
-rw-r--r-- | package/clinkc/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/clinkc/Config.in b/package/clinkc/Config.in new file mode 100644 index 0000000000..6805564295 --- /dev/null +++ b/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 + |