5061e1c204
dhcp 3.0.5 was causing build issues due to its build system not based on the autotools. Instead of work-arounding dhcp 3.0.5 issues, this commit bumps to 4.1.1 which uses the autotools as the build system. The package is therefore converted to the autotools infrastructure. The dhcp_xecute patch is no longer needed, this feature seems to have been merged into the upstream dhcp (according to the manpage). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
28 lines
548 B
Plaintext
28 lines
548 B
Plaintext
config BR2_PACKAGE_DHCP
|
|
bool "DHCP support"
|
|
help
|
|
DHCP relay agent from the ISC DHCP distribution.
|
|
|
|
http://www.isc.org/products/DHCP
|
|
|
|
config BR2_PACKAGE_DHCP_SERVER
|
|
bool "dhcp server"
|
|
depends on BR2_PACKAGE_DHCP
|
|
help
|
|
DHCP server from the ISC DHCP distribution.
|
|
|
|
|
|
config BR2_PACKAGE_DHCP_RELAY
|
|
bool "dhcp relay"
|
|
depends on BR2_PACKAGE_DHCP
|
|
help
|
|
DHCP relay agent from the ISC DHCP distribution.
|
|
|
|
|
|
config BR2_PACKAGE_DHCP_CLIENT
|
|
bool "dhcp client"
|
|
depends on BR2_PACKAGE_DHCP
|
|
help
|
|
DHCP client from the ISC DHCP distribution.
|
|
|