瀏覽代碼

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 14 年之前
父節點
當前提交
99f33db291
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/dhcp/Config.in

+ 1 - 1
package/dhcp/Config.in

@@ -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.