[LEDE-DEV] [OpenWrt-Devel] [PATCH 2/8] octeontx: remove static EXT2/3/4 FS support
Tim Harvey
tharvey at gateworks.com
Tue Feb 20 10:23:13 PST 2018
We are using F2FS as our overlay read/write FS. Others can be supported
as modules.
Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
target/linux/octeontx/config-4.14 | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/target/linux/octeontx/config-4.14 b/target/linux/octeontx/config-4.14
index c56a27d..34533ef 100644
--- a/target/linux/octeontx/config-4.14
+++ b/target/linux/octeontx/config-4.14
@@ -221,12 +221,6 @@ CONFIG_EDAC_THUNDERX=y
CONFIG_EEPROM_AT24=y
# CONFIG_EVM is not set
CONFIG_EXPORTFS=y
-CONFIG_EXT2_FS=y
-CONFIG_EXT3_FS=y
-# CONFIG_EXT3_FS_POSIX_ACL is not set
-# CONFIG_EXT3_FS_SECURITY is not set
-CONFIG_EXT4_FS=y
-CONFIG_EXT4_FS_POSIX_ACL=y
# CONFIG_F2FS_CHECK_FS is not set
CONFIG_F2FS_FS=y
# CONFIG_F2FS_FS_SECURITY is not set
@@ -239,8 +233,6 @@ CONFIG_FIXED_PHY=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_FRAME_POINTER=y
CONFIG_FREEZER=y
-CONFIG_FS_MBCACHE=y
-CONFIG_FS_POSIX_ACL=y
CONFIG_FUTEX_PI=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_GENERIC_ARCH_TOPOLOGY=y
@@ -363,7 +355,6 @@ CONFIG_IRQ_FORCED_THREADING=y
CONFIG_IRQ_TIME_ACCOUNTING=y
CONFIG_IRQ_WORK=y
# CONFIG_ISDN is not set
-CONFIG_JBD2=y
CONFIG_JUMP_LABEL=y
CONFIG_KEXEC=y
CONFIG_KEXEC_CORE=y
--
2.7.4
More information about the Lede-dev
mailing list