diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-24 07:35:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-24 07:35:52 +0000 |
commit | 91a339002a4911743a1ebb3651ae8ee938e8f363 (patch) | |
tree | f8bf50da2cd3cb24200b1d9fa9abea7608625619 /networking/udhcp | |
parent | 8840759c6147277a1e8b1c2a315e42daf4e0b794 (diff) |
get rid of udhcp submenu
Diffstat (limited to 'networking/udhcp')
-rw-r--r-- | networking/udhcp/Config.in | 31 |
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 - |