diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
commit | 72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch) | |
tree | a5cd9d8f47e909834d3dbc44f895556e68bcf18f /networking/Config.src | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) | |
download | busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.bz2 busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip |
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/networking/Config.src b/networking/Config.src index 0adb1e2f9..492c60da4 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -9,42 +9,42 @@ config FEATURE_IPV6 | |||
9 | bool "Enable IPv6 support" | 9 | bool "Enable IPv6 support" |
10 | default y | 10 | default y |
11 | help | 11 | help |
12 | Enable IPv6 support in busybox. | 12 | Enable IPv6 support in busybox. |
13 | This adds IPv6 support in the networking applets. | 13 | This adds IPv6 support in the networking applets. |
14 | 14 | ||
15 | config FEATURE_UNIX_LOCAL | 15 | config FEATURE_UNIX_LOCAL |
16 | bool "Enable Unix domain socket support (usually not needed)" | 16 | bool "Enable Unix domain socket support (usually not needed)" |
17 | default n | 17 | default n |
18 | help | 18 | help |
19 | Enable Unix domain socket support in all busybox networking | 19 | Enable Unix domain socket support in all busybox networking |
20 | applets. Address of the form local:/path/to/unix/socket | 20 | applets. Address of the form local:/path/to/unix/socket |
21 | will be recognized. | 21 | will be recognized. |
22 | 22 | ||
23 | This extension is almost never used in real world usage. | 23 | This extension is almost never used in real world usage. |
24 | You most likely want to say N. | 24 | You most likely want to say N. |
25 | 25 | ||
26 | config FEATURE_PREFER_IPV4_ADDRESS | 26 | config FEATURE_PREFER_IPV4_ADDRESS |
27 | bool "Prefer IPv4 addresses from DNS queries" | 27 | bool "Prefer IPv4 addresses from DNS queries" |
28 | default y | 28 | default y |
29 | depends on FEATURE_IPV6 | 29 | depends on FEATURE_IPV6 |
30 | help | 30 | help |
31 | Use IPv4 address of network host if it has one. | 31 | Use IPv4 address of network host if it has one. |
32 | 32 | ||
33 | If this option is off, the first returned address will be used. | 33 | If this option is off, the first returned address will be used. |
34 | This may cause problems when your DNS server is IPv6-capable and | 34 | This may cause problems when your DNS server is IPv6-capable and |
35 | is returning IPv6 host addresses too. If IPv6 address | 35 | is returning IPv6 host addresses too. If IPv6 address |
36 | precedes IPv4 one in DNS reply, busybox network applets | 36 | precedes IPv4 one in DNS reply, busybox network applets |
37 | (e.g. wget) will use IPv6 address. On an IPv6-incapable host | 37 | (e.g. wget) will use IPv6 address. On an IPv6-incapable host |
38 | or network applets will fail to connect to the host | 38 | or network applets will fail to connect to the host |
39 | using IPv6 address. | 39 | using IPv6 address. |
40 | 40 | ||
41 | config VERBOSE_RESOLUTION_ERRORS | 41 | config VERBOSE_RESOLUTION_ERRORS |
42 | bool "Verbose resolution errors" | 42 | bool "Verbose resolution errors" |
43 | default n | 43 | default n |
44 | help | 44 | help |
45 | Enable if you are not satisfied with simplistic | 45 | Enable if you are not satisfied with simplistic |
46 | "can't resolve 'hostname.com'" and want to know more. | 46 | "can't resolve 'hostname.com'" and want to know more. |
47 | This may increase size of your executable a bit. | 47 | This may increase size of your executable a bit. |
48 | 48 | ||
49 | INSERT | 49 | INSERT |
50 | 50 | ||
@@ -55,8 +55,8 @@ config IFUPDOWN_UDHCPC_CMD_OPTIONS | |||
55 | default "-R -n" | 55 | default "-R -n" |
56 | depends on IFUP || IFDOWN | 56 | depends on IFUP || IFDOWN |
57 | help | 57 | help |
58 | Command line options to pass to udhcpc from ifup. | 58 | Command line options to pass to udhcpc from ifup. |
59 | Intended to alter options not available in /etc/network/interfaces. | 59 | Intended to alter options not available in /etc/network/interfaces. |
60 | (IE: --syslog --background etc...) | 60 | (IE: --syslog --background etc...) |
61 | 61 | ||
62 | endmenu | 62 | endmenu |