1 config BR2_PACKAGE_DHCP
5 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
7 DHCP relay agent from the ISC DHCP distribution.
9 http://www.isc.org/products/DHCP
13 config BR2_PACKAGE_DHCP_SERVER
16 DHCP server from the ISC DHCP distribution.
18 config BR2_PACKAGE_DHCP_SERVER_DELAYED_ACK
19 bool "Enable delayed ACK feature"
20 depends on BR2_PACKAGE_DHCP_SERVER
22 Enable delayed ACK feature in the ISC DHCP server.
24 config BR2_PACKAGE_DHCP_RELAY
27 DHCP relay agent from the ISC DHCP distribution.
30 config BR2_PACKAGE_DHCP_CLIENT
33 DHCP client from the ISC DHCP distribution.