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:
Peter Korsgaard 2011-02-01 14:30:32 +01:00
parent 6bfe29326d
commit 99f33db291

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_DHCP config BR2_PACKAGE_DHCP
bool "DHCP support" bool "isc dhcp"
help help
DHCP relay agent from the ISC DHCP distribution. DHCP relay agent from the ISC DHCP distribution.