diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-13 13:01:01 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-13 13:01:01 +0000 |
commit | ae3c308186cf1913fa5064fc183d1ef016634aeb (patch) | |
tree | 2762d6e2571127d83829ee66592298fb7d26009c /openwrt/package/vnc-reflector | |
parent | 9e0057bdf6f40bf6f30e12450abca07ab9fd21ca (diff) | |
download | mtk-20170518-ae3c308186cf1913fa5064fc183d1ef016634aeb.zip mtk-20170518-ae3c308186cf1913fa5064fc183d1ef016634aeb.tar.gz mtk-20170518-ae3c308186cf1913fa5064fc183d1ef016634aeb.tar.bz2 |
Added dhcp6, an IPv6 implementation of the dhcp server and client Added support in package/rules.mk for zip files, just use PKG_CAT=unzip to uncompress the archive
SVN-Revision: 2649
Diffstat (limited to 'openwrt/package/vnc-reflector')
-rwxr-xr-x | openwrt/package/vnc-reflector/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/vnc-reflector/Config.in b/openwrt/package/vnc-reflector/Config.in index 84a158c..19dfebf 100755 --- a/openwrt/package/vnc-reflector/Config.in +++ b/openwrt/package/vnc-reflector/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_VNC_REFLECTOR - tristate "vnc-reflector....................... VNC proxy for multiple clients" + tristate "vnc-reflector - VNC proxy" default m if CONFIG_DEVEL depends on BR2_PACKAGE_JPEG depends on BR2_PACKAGE_ZLIB |