get rid of udhcp submenu

This commit is contained in:
Mike Frysinger 2006-07-24 07:35:52 +00:00
parent 8840759c61
commit 91a339002a

View File

@ -3,8 +3,6 @@
# see scripts/kbuild/config-language.txt. # see scripts/kbuild/config-language.txt.
# #
menu "udhcp Server/Client"
config CONFIG_APP_UDHCPD config CONFIG_APP_UDHCPD
bool "udhcp Server (udhcpd)" bool "udhcp Server (udhcpd)"
default n default n
@ -14,6 +12,17 @@ config CONFIG_APP_UDHCPD
See http://udhcp.busybox.net for further details. 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 config CONFIG_APP_UDHCPC
bool "udhcp Client (udhcpc)" bool "udhcp Client (udhcpc)"
default n default n
@ -26,19 +35,8 @@ config CONFIG_APP_UDHCPC
See http://udhcp.busybox.net for further details. 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 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 default n
depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC
help help
@ -48,7 +46,7 @@ config CONFIG_FEATURE_UDHCP_SYSLOG
See http://udhcp.busybox.net for further details. See http://udhcp.busybox.net for further details.
config CONFIG_FEATURE_UDHCP_DEBUG config CONFIG_FEATURE_UDHCP_DEBUG
bool " Compile udhcp with noisy debugging messages" bool "Compile udhcp with noisy debugging messages"
default n default n
depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC
help help
@ -57,6 +55,3 @@ config CONFIG_FEATURE_UDHCP_DEBUG
the background. the background.
See http://udhcp.busybox.net for further details. See http://udhcp.busybox.net for further details.
endmenu