diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-26 22:38:12 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-26 22:38:12 +0000 |
commit | ea6b5381137b95e3800fa6bdee91046bac8833c4 (patch) | |
tree | 4f152711d1c736d2ca0dc80cb7af4fc89dcb5195 /package/clinkc/Config.in | |
parent | e2a1e7e70317ae7ab045dbdcbf8ff41202679d11 (diff) |
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 + |