menuconfig DHCP bool prompt "DHCP " help This is the DHCP server from version 3 of the Internet Software Consortium DHCP package. For more information visit the ISC web site at http://www.isc.org. Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of BOOTPD!). It assigns IP addresses to clients based on lease times. Multiple Ethernet Interfaces are supported by this DHCP package. config DHCP_SERVER bool depends on DHCP prompt "DHCP Server dhcpd" help FIXME config DHCP_CLIENT bool depends on DHCP prompt "DHCP Client dhclient" help This is a client process to provide the system it runs on with an IP adress. It also handles a lease refresh if it expires. config DHCP_CLIENT_CONFIG bool depends on DHCP_CLIENT prompt "Install /etc/dhclient.conf" help PTXdist installs a /etc/dhclient.conf from a selectable source. choice prompt "Kind of dhclient.conf" default DHCP_CLIENT_CONFIG_DEFAULT depends on DHCP_CLIENT_CONFIG config DHCP_CLIENT_CONFIG_DEFAULT bool prompt "Use generic" help Installs a generic /etc/dhclient.conf from the dhcp package. See