1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 23:56:24 +03:00

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
This commit is contained in:
nbd 2012-10-31 00:23:51 +00:00
parent 127e78904d
commit 2260b8685d

View File

@ -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,