diff options
author | Denis Vlasenko | 2009-04-25 13:16:53 +0000 |
---|---|---|
committer | Denis Vlasenko | 2009-04-25 13:16:53 +0000 |
commit | f6b4685691ebe00f28e4f9148a1a255e87b8d312 (patch) | |
tree | f9445de4ac97a635d2fc8a9deeb29a892a0e81ba /networking/Config.in | |
parent | 9ac3dc764a78b51fe8fdcd1b4682850de098733b (diff) | |
download | busybox-f6b4685691ebe00f28e4f9148a1a255e87b8d312.zip busybox-f6b4685691ebe00f28e4f9148a1a255e87b8d312.tar.gz |
add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)
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 392afcf..62a21f7 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -12,6 +12,13 @@ config FEATURE_IPV6 Enable IPv6 support in busybox. This adds IPv6 support in the networking applets. +config FEATURE_UNIX_LOCAL + bool "Enable Unix domain socket support" + default n + help + Enable Unix domain socket support in all busybox networking + applets. + config FEATURE_PREFER_IPV4_ADDRESS bool "Prefer IPv4 addresses from DNS queries" default y |