diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-14 13:17:48 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-14 13:17:48 +0000 |
commit | 97b954decbbdf55df3b867e238a8832a1104e3d4 (patch) | |
tree | 0cb540c54b5f7a605a18c6e2f94f7756a9c0c86b | |
parent | 51d943d761751b7574eb777219f12dc9920952fd (diff) | |
download | busybox-w32-97b954decbbdf55df3b867e238a8832a1104e3d4.tar.gz busybox-w32-97b954decbbdf55df3b867e238a8832a1104e3d4.tar.bz2 busybox-w32-97b954decbbdf55df3b867e238a8832a1104e3d4.zip |
- improve wording
-rw-r--r-- | networking/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/Config.in b/networking/Config.in index af160e7a1..dc0de9a37 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -13,7 +13,7 @@ config FEATURE_IPV6 | |||
13 | This adds IPv6 support in the networking applets. | 13 | This adds IPv6 support in the networking applets. |
14 | 14 | ||
15 | config FEATURE_PREFER_IPV4_ADDRESS | 15 | config FEATURE_PREFER_IPV4_ADDRESS |
16 | bool "Preferentially use IPv4 addresses from DNS queries" | 16 | bool "Prefer IPv4 addresses from DNS queries" |
17 | default y | 17 | default y |
18 | depends on FEATURE_IPV6 | 18 | depends on FEATURE_IPV6 |
19 | help | 19 | help |