diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2020-05-03 21:52:21 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-14 21:16:20 +0200 |
commit | 987292b20a3d8f93ea259967b359becd4952c83a (patch) | |
tree | 71dde6d7168fe050efc92ede3d54a0c38cc9e58c /target/linux/kirkwood/config-5.4 | |
parent | e53ec043bae15a643e7225d8e4194e6b7ed5e3e0 (diff) | |
download | upstream-987292b20a3d8f93ea259967b359becd4952c83a.tar.gz upstream-987292b20a3d8f93ea259967b359becd4952c83a.tar.bz2 upstream-987292b20a3d8f93ea259967b359becd4952c83a.zip |
kirkwood: move ext4 support to modules
Ext4 support is built in kirkwood kernel.
This patch moves ext4 support to modules and enables it for devices
with SATA interface.
Reviewed-by: Sungbo Eo <mans0n@gorani.run>
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
[rebase]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/kirkwood/config-5.4')
-rw-r--r-- | target/linux/kirkwood/config-5.4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/kirkwood/config-5.4 b/target/linux/kirkwood/config-5.4 index a04bce9635..f4af47bd0a 100644 --- a/target/linux/kirkwood/config-5.4 +++ b/target/linux/kirkwood/config-5.4 @@ -120,7 +120,6 @@ CONFIG_DTC=y # CONFIG_EARLY_PRINTK is not set CONFIG_EDAC_ATOMIC_SCRUB=y CONFIG_EDAC_SUPPORT=y -CONFIG_EXT4_FS=y CONFIG_FIXED_PHY=y CONFIG_FIX_EARLYCON_MEM=y CONFIG_FORCE_PCI=y @@ -204,7 +203,6 @@ CONFIG_IRQCHIP=y CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_WORK=y -CONFIG_JBD2=y CONFIG_KIRKWOOD_CLK=y CONFIG_KIRKWOOD_THERMAL=y CONFIG_LEDS_GPIO=y |