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/dhcp6/Config.in | |
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/dhcp6/Config.in')
-rw-r--r-- | openwrt/package/dhcp6/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/dhcp6/Config.in b/openwrt/package/dhcp6/Config.in new file mode 100644 index 0000000..f00e281 --- /dev/null +++ b/openwrt/package/dhcp6/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_DHCP6 + prompt "dhcp6............................. IPv6 DHCP server and client" + tristate + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBNCURSES + help + This is the first ever open source implementation of Dynamic Host Configuration Protocol for IPv6 (DHCPv6) server and client on Linux Operating System. The server provides leases (durations or lifetimes) on IPv6 addresses to the clients who request for it |