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/apm821xx | |
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/apm821xx')
-rw-r--r-- | target/linux/apm821xx/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/apm821xx/config-4.14 b/target/linux/apm821xx/config-4.14 index b8523d1849..06aa760a2e 100644 --- a/target/linux/apm821xx/config-4.14 +++ b/target/linux/apm821xx/config-4.14 @@ -98,7 +98,6 @@ CONFIG_EDAC_ATOMIC_SCRUB=y CONFIG_EDAC_SUPPORT=y # CONFIG_EIGER is not set # CONFIG_EPAPR_BOOT is not set -CONFIG_EXPORTFS=y CONFIG_EXTRA_TARGETS="uImage" CONFIG_FIXED_PHY=y # CONFIG_FORCE_SMP is not set |