aboutsummaryrefslogtreecommitdiffstats
path: root/package/vnc-reflector/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2005-12-13 10:22:15 +0000
committerFlorian Fainelli <florian@openwrt.org>2005-12-13 10:22:15 +0000
commitccd9ba2e8099f502c9c82d56e761b07d1148a66e (patch)
tree7e9abfce3effe095ac043b2b0941cc5d3a61844d /package/vnc-reflector/Config.in
parent17a5debb31563a3428f6379b7b756b439e5b58d6 (diff)
downloadupstream-ccd9ba2e8099f502c9c82d56e761b07d1148a66e.tar.gz
upstream-ccd9ba2e8099f502c9c82d56e761b07d1148a66e.tar.bz2
upstream-ccd9ba2e8099f502c9c82d56e761b07d1148a66e.zip
Added vnc-reflector, corrected typo in vpnc/Config.in added then to menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2648 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/vnc-reflector/Config.in')
-rwxr-xr-xpackage/vnc-reflector/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/vnc-reflector/Config.in b/package/vnc-reflector/Config.in
new file mode 100755
index 0000000000..84a158c399
--- /dev/null
+++ b/package/vnc-reflector/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_VNC_REFLECTOR
+ tristate "vnc-reflector....................... VNC proxy for multiple clients"
+ default m if CONFIG_DEVEL
+ depends on BR2_PACKAGE_JPEG
+ depends on BR2_PACKAGE_ZLIB
+ help
+ VNC Reflector is a specialized VNC server which acts as a proxy sitting between real VNC server (a host) and a number of VNC clients. It was designed to work efficiently with large number of clients.