diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-31 00:23:51 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-31 00:23:51 +0000 |
commit | 2260b8685d388dcca77913d05f9681de4de71e14 (patch) | |
tree | 09b5ff8d3e4e79522999a7fda28ca9eb0dda6568 /toolchain/eglibc | |
parent | 127e78904d0655cf1712596f0225c0b80f7a99f6 (diff) |
eglibc: disable NIS/SUNRPC by default. RPC support is provided by librpc
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34024 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r-- | toolchain/eglibc/config/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/eglibc/config/Config.in b/toolchain/eglibc/config/Config.in index a1e2eb60c..6f022234a 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, |