mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 22:15:21 +02:00
b4c80a4dbf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2669 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
469 B
Plaintext
Executable File
15 lines
469 B
Plaintext
Executable File
config BR2_PACKAGE_VNC_REFLECTOR
|
|
prompt "vnc-reflector..................... VNC proxy for multiple clients"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
select BR2_PACKAGE_LIBJPEG
|
|
select 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.
|
|
|
|
http://sourceforge.net/projects/vnc-reflector
|
|
|