summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-31 00:23:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-31 00:23:51 +0000
commit76a05a13cf70d077093a5b7859a892af3cfd0a1e (patch)
tree33a3b8981dd246720a05d64f67eeecdf86adc88c /toolchain
parentb495423a22c07ef0737bc084bccba143e6c97ece (diff)
downloadmaster-31e0f0ae-76a05a13cf70d077093a5b7859a892af3cfd0a1e.tar.gz
master-31e0f0ae-76a05a13cf70d077093a5b7859a892af3cfd0a1e.tar.bz2
master-31e0f0ae-76a05a13cf70d077093a5b7859a892af3cfd0a1e.zip
eglibc: disable NIS/SUNRPC by default. RPC support is provided by librpc
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34024
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/eglibc/config/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/eglibc/config/Config.in b/toolchain/eglibc/config/Config.in
index a1e2eb60c3..6f022234a6 100644
--- a/toolchain/eglibc/config/Config.in
+++ b/toolchain/eglibc/config/Config.in
@@ -534,7 +534,7 @@ config EGLIBC_OPTION_EGLIBC_MEMUSAGE
config EGLIBC_OPTION_EGLIBC_NIS
bool "Support for NIS, NIS+, and the special 'compat' services."
- default y
+ default n
select EGLIBC_OPTION_EGLIBC_INET
select EGLIBC_OPTION_EGLIBC_SUNRPC
help
@@ -718,7 +718,7 @@ config EGLIBC_OPTION_EGLIBC_STREAMS
config EGLIBC_OPTION_EGLIBC_SUNRPC
bool "Support for the Sun 'RPC' protocol."
- default y
+ default n
select EGLIBC_OPTION_EGLIBC_INET
help
This option group includes support for the Sun RPC protocols,