aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-24 07:35:52 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-24 07:35:52 +0000
commit91a339002a4911743a1ebb3651ae8ee938e8f363 (patch)
treef8bf50da2cd3cb24200b1d9fa9abea7608625619
parent8840759c6147277a1e8b1c2a315e42daf4e0b794 (diff)
downloadbusybox-w32-91a339002a4911743a1ebb3651ae8ee938e8f363.tar.gz
busybox-w32-91a339002a4911743a1ebb3651ae8ee938e8f363.tar.bz2
busybox-w32-91a339002a4911743a1ebb3651ae8ee938e8f363.zip
get rid of udhcp submenu
-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 @@
3# see scripts/kbuild/config-language.txt. 3# see scripts/kbuild/config-language.txt.
4# 4#
5 5
6menu "udhcp Server/Client"
7
8config CONFIG_APP_UDHCPD 6config CONFIG_APP_UDHCPD
9 bool "udhcp Server (udhcpd)" 7 bool "udhcp Server (udhcpd)"
10 default n 8 default n
@@ -14,6 +12,17 @@ config CONFIG_APP_UDHCPD
14 12
15 See http://udhcp.busybox.net for further details. 13 See http://udhcp.busybox.net for further details.
16 14
15config CONFIG_APP_DUMPLEASES
16 bool "Lease display utility (dumpleases)"
17 default n
18 depends on CONFIG_APP_UDHCPD
19 help
20 dumpleases displays the leases written out by the udhcpd server.
21 Lease times are stored in the file by time remaining in lease, or
22 by the absolute time that it expires in seconds from epoch.
23
24 See http://udhcp.busybox.net for further details.
25
17config CONFIG_APP_UDHCPC 26config CONFIG_APP_UDHCPC
18 bool "udhcp Client (udhcpc)" 27 bool "udhcp Client (udhcpc)"
19 default n 28 default n
@@ -26,19 +35,8 @@ config CONFIG_APP_UDHCPC
26 35
27 See http://udhcp.busybox.net for further details. 36 See http://udhcp.busybox.net for further details.
28 37
29config CONFIG_APP_DUMPLEASES
30 bool "Lease display utility (dumpleases)"
31 default n
32 depends on CONFIG_APP_UDHCPD
33 help
34 dumpleases displays the leases written out by the udhcpd server.
35 Lease times are stored in the file by time remaining in lease, or
36 by the absolute time that it expires in seconds from epoch.
37
38 See http://udhcp.busybox.net for further details.
39
40config CONFIG_FEATURE_UDHCP_SYSLOG 38config CONFIG_FEATURE_UDHCP_SYSLOG
41 bool " Log udhcp messages to syslog (instead of stdout)" 39 bool "Log udhcp messages to syslog (instead of stdout)"
42 default n 40 default n
43 depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC 41 depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC
44 help 42 help
@@ -48,7 +46,7 @@ config CONFIG_FEATURE_UDHCP_SYSLOG
48 See http://udhcp.busybox.net for further details. 46 See http://udhcp.busybox.net for further details.
49 47
50config CONFIG_FEATURE_UDHCP_DEBUG 48config CONFIG_FEATURE_UDHCP_DEBUG
51 bool " Compile udhcp with noisy debugging messages" 49 bool "Compile udhcp with noisy debugging messages"
52 default n 50 default n
53 depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC 51 depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC
54 help 52 help
@@ -57,6 +55,3 @@ config CONFIG_FEATURE_UDHCP_DEBUG
57 the background. 55 the background.
58 56
59 See http://udhcp.busybox.net for further details. 57 See http://udhcp.busybox.net for further details.
60
61endmenu
62