aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-03-19 15:45:28 +0100
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-05-09 18:17:12 +0200
commite8ed19656fc0993c35888510da38f59b5e2939bb (patch)
treefa320cd4c65a7495b914ba2553bbea27c07917a5 /meta
parent9d2441df89afe55816d17e63c4391a31b11cdefe (diff)
downloadopenembedded-core-contrib-e8ed19656fc0993c35888510da38f59b5e2939bb.tar.gz
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 <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/busybox/busybox-1.20.2/defconfig2
1 files changed, 1 insertions, 1 deletions
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