diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-20 00:15:07 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-20 00:15:07 +0000 |
commit | 07db98a03252332430f77798d544900299e3c9eb (patch) | |
tree | 081b51fa14ae1338ce93480335da4cc5865efe4e /openwrt/package/palantir/Config.in | |
parent | 7c99aef9c659928ccb0ee96125d22b817d28425d (diff) |
add palantir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1956 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/palantir/Config.in')
-rw-r--r-- | openwrt/package/palantir/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/palantir/Config.in b/openwrt/package/palantir/Config.in new file mode 100644 index 0000000000..c08437fed0 --- /dev/null +++ b/openwrt/package/palantir/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_PALANTIR + tristate "palantir - a multichannel interactive streaming solution" + default m if CONFIG_DEVEL + select LIBJPEG + help + Palantir is a Linux-based streaming system designed to transmit live + video, audio and data over a TCP/IP network, as well as to control + remote devices. + + http://www.fastpath.it/products/palantir/ + |