diff options
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r-- | networking/udhcp/Config.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in index fc07a9b7f..eb6f3fa55 100644 --- a/networking/udhcp/Config.in +++ b/networking/udhcp/Config.in | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | menu "udhcp Server/Client" | 6 | menu "udhcp Server/Client" |
7 | 7 | ||
8 | config CONFIG_UDHCPD | 8 | config CONFIG_APP_UDHCPD |
9 | bool "udhcp Server (udhcpd)" | 9 | bool "udhcp Server (udhcpd)" |
10 | default n | 10 | default n |
11 | help | 11 | help |
@@ -14,7 +14,7 @@ config CONFIG_UDHCPD | |||
14 | 14 | ||
15 | See http://udhcp.busybox.net for further details. | 15 | See http://udhcp.busybox.net for further details. |
16 | 16 | ||
17 | config CONFIG_UDHCPC | 17 | config CONFIG_APP_UDHCPC |
18 | bool "udhcp Client (udhcpc)" | 18 | bool "udhcp Client (udhcpc)" |
19 | default n | 19 | default n |
20 | help | 20 | help |
@@ -26,10 +26,10 @@ config CONFIG_UDHCPC | |||
26 | 26 | ||
27 | See http://udhcp.busybox.net for further details. | 27 | See http://udhcp.busybox.net for further details. |
28 | 28 | ||
29 | config CONFIG_DUMPLEASES | 29 | config CONFIG_APP_DUMPLEASES |
30 | bool "Lease display utility (dumpleases)" | 30 | bool "Lease display utility (dumpleases)" |
31 | default n | 31 | default n |
32 | depends on CONFIG_UDHCPD | 32 | depends on CONFIG_APP_UDHCPD |
33 | help | 33 | help |
34 | dumpleases displays the leases written out by the udhcpd server. | 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 | 35 | Lease times are stored in the file by time remaining in lease, or |
@@ -40,7 +40,7 @@ config CONFIG_DUMPLEASES | |||
40 | config CONFIG_FEATURE_UDHCP_SYSLOG | 40 | config CONFIG_FEATURE_UDHCP_SYSLOG |
41 | bool " Log udhcp messages to syslog (instead of stdout)" | 41 | bool " Log udhcp messages to syslog (instead of stdout)" |
42 | default n | 42 | default n |
43 | depends on CONFIG_UDHCPD || CONFIG_UDHCPC | 43 | depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC |
44 | help | 44 | help |
45 | If selected, udhcpd will log all its messages to syslog, otherwise, | 45 | If selected, udhcpd will log all its messages to syslog, otherwise, |
46 | it will attempt to log them to stdout. | 46 | it will attempt to log them to stdout. |
@@ -50,7 +50,7 @@ config CONFIG_FEATURE_UDHCP_SYSLOG | |||
50 | config CONFIG_FEATURE_UDHCP_DEBUG | 50 | config CONFIG_FEATURE_UDHCP_DEBUG |
51 | bool " Compile udhcp with noisy debugging messages" | 51 | bool " Compile udhcp with noisy debugging messages" |
52 | default n | 52 | default n |
53 | depends on CONFIG_UDHCPD || CONFIG_UDHCPC | 53 | depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC |
54 | help | 54 | help |
55 | If selected, udhcpd will output extra debugging output. If using | 55 | If selected, udhcpd will output extra debugging output. If using |
56 | this option, compile uDHCP with "-g", and do not fork the daemon to | 56 | this option, compile uDHCP with "-g", and do not fork the daemon to |