xref: /OK3568_Linux_fs/buildroot/package/dhcp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_DHCP
2*4882a593Smuzhiyun	bool "dhcp (ISC)"
3*4882a593Smuzhiyun	# fork()
4*4882a593Smuzhiyun	depends on BR2_USE_MMU
5*4882a593Smuzhiyun	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
6*4882a593Smuzhiyun	select BR2_PACKAGE_BIND
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  DHCP relay agent from the ISC DHCP distribution.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  https://www.isc.org/downloads/dhcp/
11*4882a593Smuzhiyun
12*4882a593Smuzhiyunif BR2_PACKAGE_DHCP
13*4882a593Smuzhiyun
14*4882a593Smuzhiyunconfig BR2_PACKAGE_DHCP_SERVER
15*4882a593Smuzhiyun	bool "dhcp server"
16*4882a593Smuzhiyun	select BR2_PACKAGE_SYSTEMD_TMPFILES if BR2_PACKAGE_SYSTEMD
17*4882a593Smuzhiyun	help
18*4882a593Smuzhiyun	  DHCP server from the ISC DHCP distribution.
19*4882a593Smuzhiyun
20*4882a593Smuzhiyun	  This also installs omshell, an interactive tool to connect to,
21*4882a593Smuzhiyun	  query, and possibly change, the server's state via the Object
22*4882a593Smuzhiyun	  Management API (OMAPI).
23*4882a593Smuzhiyun
24*4882a593Smuzhiyunconfig BR2_PACKAGE_DHCP_SERVER_DELAYED_ACK
25*4882a593Smuzhiyun	bool "Enable delayed ACK feature"
26*4882a593Smuzhiyun	depends on BR2_PACKAGE_DHCP_SERVER
27*4882a593Smuzhiyun	help
28*4882a593Smuzhiyun	  Enable delayed ACK feature in the ISC DHCP server.
29*4882a593Smuzhiyun
30*4882a593Smuzhiyunconfig BR2_PACKAGE_DHCP_RELAY
31*4882a593Smuzhiyun	bool "dhcp relay"
32*4882a593Smuzhiyun	help
33*4882a593Smuzhiyun	  DHCP relay agent from the ISC DHCP distribution.
34*4882a593Smuzhiyun
35*4882a593Smuzhiyunconfig BR2_PACKAGE_DHCP_CLIENT
36*4882a593Smuzhiyun	bool "dhcp client"
37*4882a593Smuzhiyun	help
38*4882a593Smuzhiyun	  DHCP client from the ISC DHCP distribution.
39*4882a593Smuzhiyun
40*4882a593Smuzhiyunendif
41