ae305e3380
The current URL no longer exists, so update it to what looks like the
main DHCP upstream site.
This issue was noticed by the upstream URL check added by Matt Weber
in the pkg-stats script, whose results are visible at
http://autobuild.buildroot.net/stats/.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 45d0f35ba2
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
36 lines
800 B
Plaintext
36 lines
800 B
Plaintext
config BR2_PACKAGE_DHCP
|
|
bool "dhcp (ISC)"
|
|
# fork()
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
|
help
|
|
DHCP relay agent from the ISC DHCP distribution.
|
|
|
|
https://www.isc.org/downloads/dhcp/
|
|
|
|
if BR2_PACKAGE_DHCP
|
|
|
|
config BR2_PACKAGE_DHCP_SERVER
|
|
bool "dhcp server"
|
|
select BR2_PACKAGE_SYSTEMD_TMPFILES if BR2_PACKAGE_SYSTEMD
|
|
help
|
|
DHCP server from the ISC DHCP distribution.
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
endif
|