diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-16 01:46:02 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-16 16:29:35 -0500 |
commit | 2282c32b4d4b542ea3fecc4e7b68a435ecf07aed (patch) | |
tree | 931e14954adbefa284de1eb44740172d4f205950 | |
parent | 669e7ea4b5c8a2609b73646bd2d2cea060555531 (diff) |
disable RPC
-rw-r--r-- | target/arm/uclibc.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/arm/uclibc.config b/target/arm/uclibc.config index 7f07db725..680308c99 100644 --- a/target/arm/uclibc.config +++ b/target/arm/uclibc.config @@ -153,6 +153,7 @@ UCLIBC_HAS_NETWORK_SUPPORT=y UCLIBC_HAS_SOCKET=y UCLIBC_HAS_IPV4=y UCLIBC_HAS_IPV6=y +# UCLIBC_HAS_RPC is not set UCLIBC_USE_NETLINK=y UCLIBC_SUPPORT_AI_ADDRCONFIG=y UCLIBC_HAS_BSD_RES_CLOSE=y |