diff options
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r-- | networking/udhcp/Config.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in index f01340192..13dbcee9c 100644 --- a/networking/udhcp/Config.in +++ b/networking/udhcp/Config.in | |||
@@ -3,7 +3,7 @@ | |||
3 | # see scripts/kbuild/config-language.txt. | 3 | # see scripts/kbuild/config-language.txt. |
4 | # | 4 | # |
5 | 5 | ||
6 | config CONFIG_APP_UDHCPD | 6 | config APP_UDHCPD |
7 | bool "udhcp Server (udhcpd)" | 7 | bool "udhcp Server (udhcpd)" |
8 | default n | 8 | default n |
9 | help | 9 | help |
@@ -12,10 +12,10 @@ config CONFIG_APP_UDHCPD | |||
12 | 12 | ||
13 | See http://udhcp.busybox.net for further details. | 13 | See http://udhcp.busybox.net for further details. |
14 | 14 | ||
15 | config CONFIG_APP_DUMPLEASES | 15 | config APP_DUMPLEASES |
16 | bool "Lease display utility (dumpleases)" | 16 | bool "Lease display utility (dumpleases)" |
17 | default n | 17 | default n |
18 | depends on CONFIG_APP_UDHCPD | 18 | depends on APP_UDHCPD |
19 | help | 19 | help |
20 | dumpleases displays the leases written out by the udhcpd server. | 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 | 21 | Lease times are stored in the file by time remaining in lease, or |
@@ -23,7 +23,7 @@ config CONFIG_APP_DUMPLEASES | |||
23 | 23 | ||
24 | See http://udhcp.busybox.net for further details. | 24 | See http://udhcp.busybox.net for further details. |
25 | 25 | ||
26 | config CONFIG_APP_UDHCPC | 26 | config APP_UDHCPC |
27 | bool "udhcp Client (udhcpc)" | 27 | bool "udhcp Client (udhcpc)" |
28 | default n | 28 | default n |
29 | help | 29 | help |
@@ -35,21 +35,21 @@ config CONFIG_APP_UDHCPC | |||
35 | 35 | ||
36 | See http://udhcp.busybox.net for further details. | 36 | See http://udhcp.busybox.net for further details. |
37 | 37 | ||
38 | config CONFIG_FEATURE_UDHCP_SYSLOG | 38 | config FEATURE_UDHCP_SYSLOG |
39 | bool "Log udhcp messages to syslog" | 39 | bool "Log udhcp messages to syslog" |
40 | default n | 40 | default n |
41 | depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC | 41 | depends on APP_UDHCPD || APP_UDHCPC |
42 | select CONFIG_FEATURE_SYSLOG | 42 | select FEATURE_SYSLOG |
43 | help | 43 | help |
44 | If not daemonized, udhcpd prints its messages to stdout/stderr. | 44 | If not daemonized, udhcpd prints its messages to stdout/stderr. |
45 | If this option is selected, it will also log them to syslog. | 45 | If this option is selected, it will also log them to syslog. |
46 | 46 | ||
47 | See http://udhcp.busybox.net for further details. | 47 | See http://udhcp.busybox.net for further details. |
48 | 48 | ||
49 | config CONFIG_FEATURE_UDHCP_DEBUG | 49 | config FEATURE_UDHCP_DEBUG |
50 | bool "Compile udhcp with noisy debugging messages" | 50 | bool "Compile udhcp with noisy debugging messages" |
51 | default n | 51 | default n |
52 | depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC | 52 | depends on APP_UDHCPD || APP_UDHCPC |
53 | help | 53 | help |
54 | If selected, udhcpd will output extra debugging output. If using | 54 | If selected, udhcpd will output extra debugging output. If using |
55 | this option, compile uDHCP with "-g", and do not fork the daemon to | 55 | this option, compile uDHCP with "-g", and do not fork the daemon to |