diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-01 03:00:04 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-01 03:00:04 +0200 |
commit | 47aaa2bee6b0c36634e8acb4aff98d22f9f6a128 (patch) | |
tree | a8eb88613eae03c18e00ffc8fce735317d98cba3 | |
parent | 690ad2426e38e8257f9266992c28c7d5e05eafa5 (diff) | |
download | busybox-47aaa2bee6b0c36634e8acb4aff98d22f9f6a128.tar.gz |
Make it clearer that usually people should _NOT_
select FEATURE_UNIX_LOCAL.
-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 9907ac907..6e3ed0fad 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -13,7 +13,7 @@ config FEATURE_IPV6 This adds IPv6 support in the networking applets. config FEATURE_UNIX_LOCAL - bool "Enable Unix domain socket support" + bool "Enable Unix domain socket support (usually not needed)" default n help Enable Unix domain socket support in all busybox networking |