Explorar o código

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>
Peter Korsgaard %!s(int64=14) %!d(string=hai) anos
pai
achega
99f33db291
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/dhcp/Config.in

+ 1 - 1
package/dhcp/Config.in

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