]> code.ossystems Code Review - openembedded-core.git/commit
busybox: disable support for mounting NFS file systems on Linux < 2.6.23
authorAndre McCurdy <armccurdy@gmail.com>
Tue, 13 Oct 2015 19:07:33 +0000 (12:07 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:31:01 +0000 (21:31 +0000)
commitb47ff1605940694150e497d8f18d6201e1627415
treee4b286de3f0901c0098f2e54eab56ea4f3c6e35d
parent4d5f51dd3b2733f15cb2eee40e622ec43f46d91c
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.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/busybox/busybox/defconfig