From 5240766a031499568fa884a5e03b395e6e05934a Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 10 Apr 2006 14:42:25 +0000 Subject: Add vncrepeater, with uClibc++ linking, needs therefore testing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3605 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/vncrepeater/Config.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 openwrt/package/vncrepeater/Config.in (limited to 'openwrt/package/vncrepeater/Config.in') diff --git a/openwrt/package/vncrepeater/Config.in b/openwrt/package/vncrepeater/Config.in new file mode 100644 index 000000000..418f48509 --- /dev/null +++ b/openwrt/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 -- cgit v1.2.3