eglibc: disable NIS/SUNRPC by default. RPC support is provided by librpc
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34024
This commit is contained in:
parent
b495423a22
commit
76a05a13cf
1 changed files with 2 additions and 2 deletions
|
@ -534,7 +534,7 @@ config EGLIBC_OPTION_EGLIBC_MEMUSAGE
|
||||||
|
|
||||||
config EGLIBC_OPTION_EGLIBC_NIS
|
config EGLIBC_OPTION_EGLIBC_NIS
|
||||||
bool "Support for NIS, NIS+, and the special 'compat' services."
|
bool "Support for NIS, NIS+, and the special 'compat' services."
|
||||||
default y
|
default n
|
||||||
select EGLIBC_OPTION_EGLIBC_INET
|
select EGLIBC_OPTION_EGLIBC_INET
|
||||||
select EGLIBC_OPTION_EGLIBC_SUNRPC
|
select EGLIBC_OPTION_EGLIBC_SUNRPC
|
||||||
help
|
help
|
||||||
|
@ -718,7 +718,7 @@ config EGLIBC_OPTION_EGLIBC_STREAMS
|
||||||
|
|
||||||
config EGLIBC_OPTION_EGLIBC_SUNRPC
|
config EGLIBC_OPTION_EGLIBC_SUNRPC
|
||||||
bool "Support for the Sun 'RPC' protocol."
|
bool "Support for the Sun 'RPC' protocol."
|
||||||
default y
|
default n
|
||||||
select EGLIBC_OPTION_EGLIBC_INET
|
select EGLIBC_OPTION_EGLIBC_INET
|
||||||
help
|
help
|
||||||
This option group includes support for the Sun RPC protocols,
|
This option group includes support for the Sun RPC protocols,
|
||||||
|
|
Loading…
Reference in a new issue