source: freewrt/package/dhcp6/Config.in@ bccc703

freewrt_1_0 freewrt_2_0
Last change on this file since bccc703 was b917538, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago
  • sync with changes in trunk
  • lzo2 instead of lzo
  • fix tinc/vtun build
  • security update for openssh/openssl
  • update for iproute2,openvpn,openntpd, iptables and ipp, openswan
  • disable ipv6 in busybox, autoselect this feature for all ipv6 related packages
  • add better startup scripts for openssh and openntpd

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@800 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 460 bytes
Line 
1config FWRT_PACKAGE_DHCP6
2 prompt "dhcp6............................. IPv6 DHCP server and client"
3 tristate
4 default n
5 select FWRT_PACKAGE_LIBNCURSES
6 select BUSYBOX_CONFIG_FEATURE_IPV6
7 help
8 This is the first ever open source implementation of Dynamic
9 Host Configuration Protocol for IPv6 (DHCPv6) server and client
10 on Linux Operating System. The server provides leases
11 (durations or lifetimes) on IPv6 addresses to the clients who
12 request for it
Note: See TracBrowser for help on using the repository browser.