svn commit: trunk/busybox/networking/udhcp

vapier at busybox.net vapier at busybox.net
Mon Jul 24 07:35:52 UTC 2006


Author: vapier
Date: 2006-07-24 00:35:52 -0700 (Mon, 24 Jul 2006)
New Revision: 15742

Log:
get rid of udhcp submenu

Modified:
   trunk/busybox/networking/udhcp/Config.in


Changeset:
Modified: trunk/busybox/networking/udhcp/Config.in
===================================================================
--- trunk/busybox/networking/udhcp/Config.in	2006-07-23 01:04:04 UTC (rev 15741)
+++ trunk/busybox/networking/udhcp/Config.in	2006-07-24 07:35:52 UTC (rev 15742)
@@ -3,8 +3,6 @@
 # see scripts/kbuild/config-language.txt.
 #
 
-menu "udhcp Server/Client"
-
 config CONFIG_APP_UDHCPD
 	bool "udhcp Server (udhcpd)"
 	default n
@@ -14,6 +12,17 @@
 
 	  See http://udhcp.busybox.net for further details.
 
+config CONFIG_APP_DUMPLEASES
+	bool "Lease display utility (dumpleases)"
+	default n
+	depends on CONFIG_APP_UDHCPD
+	help
+	  dumpleases displays the leases written out by the udhcpd server.
+	  Lease times are stored in the file by time remaining in lease, or
+	  by the absolute time that it expires in seconds from epoch.
+
+	  See http://udhcp.busybox.net for further details.
+
 config CONFIG_APP_UDHCPC
 	bool "udhcp Client (udhcpc)"
 	default n
@@ -26,19 +35,8 @@
 
 	  See http://udhcp.busybox.net for further details.
 
-config CONFIG_APP_DUMPLEASES
-	bool "Lease display utility (dumpleases)"
-	default n
-	depends on CONFIG_APP_UDHCPD
-	help
-	  dumpleases displays the leases written out by the udhcpd server.
-	  Lease times are stored in the file by time remaining in lease, or
-	  by the absolute time that it expires in seconds from epoch.
-
-	  See http://udhcp.busybox.net for further details.
-
 config CONFIG_FEATURE_UDHCP_SYSLOG
-	bool "  Log udhcp messages to syslog (instead of stdout)"
+	bool "Log udhcp messages to syslog (instead of stdout)"
 	default n
 	depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC
 	help
@@ -48,7 +46,7 @@
 	  See http://udhcp.busybox.net for further details.
 
 config CONFIG_FEATURE_UDHCP_DEBUG
-	bool "  Compile udhcp with noisy debugging messages"
+	bool "Compile udhcp with noisy debugging messages"
 	default n
 	depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC
 	help
@@ -57,6 +55,3 @@
 	  the background.
 
 	  See http://udhcp.busybox.net for further details.
-
-endmenu
-




More information about the busybox-cvs mailing list