mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
package/dhcp: Fix config name
ISC dhcp is no longer the only way of handling DHCP, so use a less generic config text. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
config BR2_PACKAGE_DHCP
|
||||
bool "DHCP support"
|
||||
bool "isc dhcp"
|
||||
help
|
||||
DHCP relay agent from the ISC DHCP distribution.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user