]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:32:12 +0000 (21:32 +0000)
commit87de4a1cc33341d408eb6f84aaa07c58d81e31f4
treecb4592cf0c60fec0629ec3befce588a8c6a5e822
parent73cc83974608ac4fa71e1aaf13b3f88980b365d1
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>
meta/recipes-core/busybox/busybox/defconfig