diff options
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 392afcf89..62a21f738 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -12,6 +12,13 @@ config FEATURE_IPV6 | |||
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 | ||
16 | bool "Enable Unix domain socket support" | ||
17 | default n | ||
18 | help | ||
19 | Enable Unix domain socket support in all busybox networking | ||
20 | applets. | ||
21 | |||
15 | config FEATURE_PREFER_IPV4_ADDRESS | 22 | config FEATURE_PREFER_IPV4_ADDRESS |
16 | bool "Prefer IPv4 addresses from DNS queries" | 23 | bool "Prefer IPv4 addresses from DNS queries" |
17 | default y | 24 | default y |