summaryrefslogtreecommitdiffstats
path: root/package/dhcp6/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-13 13:01:01 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-13 13:01:01 +0000
commit6cfe225066885175321c3e4a7c27d98bbdced631 (patch)
tree53e273ed1968553b4c1f2fc6a4f5371c2b4f27ee /package/dhcp6/Config.in
parentbb9828dba2dca3f7139e22663efde094892e6b81 (diff)
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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2649 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dhcp6/Config.in')
-rw-r--r--package/dhcp6/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/dhcp6/Config.in b/package/dhcp6/Config.in
new file mode 100644
index 000000000..f00e281e4
--- /dev/null
+++ b/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