aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/udhcp/Config.in31
1 files changed, 13 insertions, 18 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in
index eb6f3fa55..01b2902ee 100644
--- a/networking/udhcp/Config.in
+++ b/networking/udhcp/Config.in
@@ -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 @@ config CONFIG_APP_UDHCPD
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 @@ config CONFIG_APP_UDHCPC
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 @@ config CONFIG_FEATURE_UDHCP_SYSLOG
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 @@ config CONFIG_FEATURE_UDHCP_DEBUG
the background.
See http://udhcp.busybox.net for further details.
-
-endmenu
-