diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-10-13 12:07:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:32:12 +0000 |
commit | 87de4a1cc33341d408eb6f84aaa07c58d81e31f4 (patch) | |
tree | cb4592cf0c60fec0629ec3befce588a8c6a5e822 /meta/recipes-core | |
parent | 73cc83974608ac4fa71e1aaf13b3f88980b365d1 (diff) | |
download | poky-87de4a1cc33341d408eb6f84aaa07c58d81e31f4.tar.gz |
busybox: disable support for mounting NFS file systems on Linux < 2.6.23
The busybox CONFIG_FEATURE_MOUNT_NFS config option is described as:
Enable mounting of NFS file systems on Linux kernels prior
to version 2.6.23. Note that in this case mounting of NFS
over IPv6 will not be possible.
Since OE-core sets OLDEST_KERNEL = "2.6.32", CONFIG_FEATURE_MOUNT_NFS
is not required in the default busybox defconfig.
(From OE-Core rev: b47ff1605940694150e497d8f18d6201e1627415)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/busybox/busybox/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index 77274d0dfa..ffea6be873 100644 --- a/meta/recipes-core/busybox/busybox/defconfig +++ b/meta/recipes-core/busybox/busybox/defconfig | |||
@@ -52,7 +52,7 @@ CONFIG_FEATURE_SUID_CONFIG_QUIET=y | |||
52 | # CONFIG_FEATURE_PREFER_APPLETS is not set | 52 | # CONFIG_FEATURE_PREFER_APPLETS is not set |
53 | CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe" | 53 | CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe" |
54 | CONFIG_FEATURE_SYSLOG=y | 54 | CONFIG_FEATURE_SYSLOG=y |
55 | CONFIG_FEATURE_HAVE_RPC=y | 55 | # CONFIG_FEATURE_HAVE_RPC is not set |
56 | 56 | ||
57 | # | 57 | # |
58 | # Build Options | 58 | # Build Options |
@@ -563,7 +563,7 @@ CONFIG_MOUNT=y | |||
563 | # CONFIG_FEATURE_MOUNT_VERBOSE is not set | 563 | # CONFIG_FEATURE_MOUNT_VERBOSE is not set |
564 | # CONFIG_FEATURE_MOUNT_HELPERS is not set | 564 | # CONFIG_FEATURE_MOUNT_HELPERS is not set |
565 | # CONFIG_FEATURE_MOUNT_LABEL is not set | 565 | # CONFIG_FEATURE_MOUNT_LABEL is not set |
566 | CONFIG_FEATURE_MOUNT_NFS=y | 566 | # CONFIG_FEATURE_MOUNT_NFS is not set |
567 | # CONFIG_FEATURE_MOUNT_CIFS is not set | 567 | # CONFIG_FEATURE_MOUNT_CIFS is not set |
568 | CONFIG_FEATURE_MOUNT_FLAGS=y | 568 | CONFIG_FEATURE_MOUNT_FLAGS=y |
569 | CONFIG_FEATURE_MOUNT_FSTAB=y | 569 | CONFIG_FEATURE_MOUNT_FSTAB=y |