From e8ed19656fc0993c35888510da38f59b5e2939bb Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 19 Mar 2013 15:45:28 +0100 Subject: busybox: disable MOUNT_NFS option - not needed on 2.6.23+ kernels Without this option we do not need RPC support from glibc. Signed-off-by: Marcin Juszkiewicz --- meta/recipes-core/busybox/busybox-1.20.2/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/busybox-1.20.2/defconfig b/meta/recipes-core/busybox/busybox-1.20.2/defconfig index bdfdadf0eb..cfcbcaeaa1 100644 --- a/meta/recipes-core/busybox/busybox-1.20.2/defconfig +++ b/meta/recipes-core/busybox/busybox-1.20.2/defconfig @@ -583,7 +583,7 @@ CONFIG_MOUNT=y # CONFIG_FEATURE_MOUNT_VERBOSE is not set # CONFIG_FEATURE_MOUNT_HELPERS is not set # CONFIG_FEATURE_MOUNT_LABEL is not set -CONFIG_FEATURE_MOUNT_NFS=y +# CONFIG_FEATURE_MOUNT_NFS is not set # CONFIG_FEATURE_MOUNT_CIFS is not set CONFIG_FEATURE_MOUNT_FLAGS=y CONFIG_FEATURE_MOUNT_FSTAB=y -- cgit 1.2.3-korg