[Buildroot] [git commit master 1/1] package/dhcp: Fix config name

Peter Korsgaard jacmet at sunsite.dk
Tue Feb 1 13:30:32 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=99f33db2911b326dd57b1f64dfbcc47b74349caf
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

ISC dhcp is no longer the only way of handling DHCP, so use a less generic
config text.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/dhcp/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/dhcp/Config.in b/package/dhcp/Config.in
index eeb237c..2245839 100644
--- a/package/dhcp/Config.in
+++ b/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.
 
-- 
1.7.3.4




More information about the buildroot mailing list