diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2018-05-21 12:12:35 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-24 17:24:31 +0200 |
commit | 1f26cfc92bb0a643e4e8aafb04684d1a237006da (patch) | |
tree | 75ea87459cb5e1ad17686d2eed2a66caa795de40 /target/linux/imx6 | |
parent | 294a45adbe88464b23b15e5905c1518c5a87fef3 (diff) | |
download | upstream-1f26cfc92bb0a643e4e8aafb04684d1a237006da.tar.gz upstream-1f26cfc92bb0a643e4e8aafb04684d1a237006da.tar.bz2 upstream-1f26cfc92bb0a643e4e8aafb04684d1a237006da.zip |
kernel: enable EXPORTFS by default
OVERLAY_FS config symbol selects EXPORTFS since 4.12 kernel, we have
OVERLAY_FS enabled by default, so enable EXPORTFS in the generic config
of 4.14 and remove this option from platform specific configs.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
(cherry picked from commit a08b0d0c3149060f1585ad3ea2ea3edfde71bce4)
Diffstat (limited to 'target/linux/imx6')
-rw-r--r-- | target/linux/imx6/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/imx6/config-4.14 b/target/linux/imx6/config-4.14 index a08d742031..8b0d07ca56 100644 --- a/target/linux/imx6/config-4.14 +++ b/target/linux/imx6/config-4.14 @@ -172,7 +172,6 @@ CONFIG_E1000E=y CONFIG_EDAC_ATOMIC_SCRUB=y CONFIG_EDAC_SUPPORT=y CONFIG_ENCRYPTED_KEYS=y -CONFIG_EXPORTFS=y CONFIG_EXT4_ENCRYPTION=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_ENCRYPTION=y |