2010-07-16 11:18:07 +02:00
|
|
|
config BR2_PACKAGE_DHCP
|
2013-11-14 13:12:00 +01:00
|
|
|
bool "dhcp (ISC)"
|
2012-04-05 06:17:02 +02:00
|
|
|
# fork()
|
|
|
|
depends on BR2_USE_MMU
|
2016-07-04 15:46:56 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
2019-04-26 18:56:13 +02:00
|
|
|
select BR2_PACKAGE_BIND
|
2005-02-16 20:08:33 +01:00
|
|
|
help
|
|
|
|
DHCP relay agent from the ISC DHCP distribution.
|
|
|
|
|
2019-05-17 10:02:43 +02:00
|
|
|
https://www.isc.org/downloads/dhcp/
|
2005-02-16 20:08:33 +01:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_DHCP
|
|
|
|
|
2005-02-16 20:08:33 +01:00
|
|
|
config BR2_PACKAGE_DHCP_SERVER
|
|
|
|
bool "dhcp server"
|
2017-05-27 00:13:48 +02:00
|
|
|
select BR2_PACKAGE_SYSTEMD_TMPFILES if BR2_PACKAGE_SYSTEMD
|
2005-02-16 20:08:33 +01:00
|
|
|
help
|
|
|
|
DHCP server from the ISC DHCP distribution.
|
|
|
|
|
2019-08-11 01:16:43 +02:00
|
|
|
This also installs omshell, an interactive tool to connect to,
|
|
|
|
query, and possibly change, the server's state via the Object
|
|
|
|
Management API (OMAPI).
|
|
|
|
|
2013-07-19 14:46:37 +02:00
|
|
|
config BR2_PACKAGE_DHCP_SERVER_DELAYED_ACK
|
|
|
|
bool "Enable delayed ACK feature"
|
|
|
|
depends on BR2_PACKAGE_DHCP_SERVER
|
|
|
|
help
|
|
|
|
Enable delayed ACK feature in the ISC DHCP server.
|
2005-02-16 20:08:33 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DHCP_RELAY
|
|
|
|
bool "dhcp relay"
|
|
|
|
help
|
|
|
|
DHCP relay agent from the ISC DHCP distribution.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_DHCP_CLIENT
|
|
|
|
bool "dhcp client"
|
|
|
|
help
|
|
|
|
DHCP client from the ISC DHCP distribution.
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
endif
|