diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-04-10 14:42:25 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-04-10 14:42:25 +0000 |
commit | 96c3078deabc1ce970e7da42cb14f5d5de5bb8b6 (patch) | |
tree | 9e2c3a8d8aa714a433514040d655ef58201e3221 /package/vncrepeater/Config.in | |
parent | 39c319eb4cdd2b8a3b671ce7f3d27d57f5c92dad (diff) | |
download | upstream-96c3078deabc1ce970e7da42cb14f5d5de5bb8b6.tar.gz upstream-96c3078deabc1ce970e7da42cb14f5d5de5bb8b6.tar.bz2 upstream-96c3078deabc1ce970e7da42cb14f5d5de5bb8b6.zip |
Add vncrepeater, with uClibc++ linking, needs therefore testing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3605 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/vncrepeater/Config.in')
-rw-r--r-- | package/vncrepeater/Config.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/vncrepeater/Config.in b/package/vncrepeater/Config.in new file mode 100644 index 0000000000..418f48509a --- /dev/null +++ b/package/vncrepeater/Config.in @@ -0,0 +1,17 @@ +config BR2_PACKAGE_VNCREPEATER + prompt "vncrepeater....................... UltraVNC repeater for Linux" + tristate + default m if CONFIG_DEVEL + select BR2_PACKAGE_UCLIBCXX + help + Viewer can be behind Nat router or directly connected to the internet + + Instead of forwarding serveral ports, you only need to forward 1 port + + If the PC that runs the Repeater has access to the local DNS server, + you can use your local DNS names instead of 10.10.10.12. + + This could be handy when you have a dynamic DHCP server allocating + ip adresses for your PC. + + http://ultravnc.sourceforge.net/addons/repeater.html |