From fd1ade69a98a0a9b9c5c1c5137b2fce9f378d49e Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 1 Jan 2011 20:39:38 +0100 Subject: Toolchain: uClibc: Enable by default RPC as it is needed by busybox default configuration This patch is a workaround, busybox configuration must enable features from uClibc it needs. Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/uclibc-kconfigs/uclibc.kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/kconfig/uclibc-kconfigs/uclibc.kconfig b/kconfig/uclibc-kconfigs/uclibc.kconfig index 67d4ec0..7c705cb 100644 --- a/kconfig/uclibc-kconfigs/uclibc.kconfig +++ b/kconfig/uclibc-kconfigs/uclibc.kconfig @@ -1363,6 +1363,7 @@ config KEMBTK_UCLIBC_UCLIBC_HAS_RPC bool "Remote Procedure Call (RPC) support" # RPC+socket-ipvX doesn't currently work. depends on KEMBTK_UCLIBC_UCLIBC_HAS_NETWORK_SUPPORT + default y help If you want to include RPC support, enable this. RPC is rarely used for anything except for the NFS filesystem. Unless you -- cgit v1.2.3