[source] octeon: enable f2fs and loopback device support in the config
LEDE Commits
lede-commits at lists.infradead.org
Sat Sep 10 03:18:09 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/08cf46123fbd132913f278c8089147d259a5cc75
commit 08cf46123fbd132913f278c8089147d259a5cc75
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Sep 8 14:46:37 2016 +0200
octeon: enable f2fs and loopback device support in the config
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
target/linux/octeon/config-4.4 | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/target/linux/octeon/config-4.4 b/target/linux/octeon/config-4.4
index 19659c3..b4f58f7 100644
--- a/target/linux/octeon/config-4.4
+++ b/target/linux/octeon/config-4.4
@@ -21,6 +21,7 @@ CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_BINFMT_ELF32=y
+CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_SD=y
CONFIG_BLOCK_COMPAT=y
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
@@ -78,6 +79,11 @@ CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_EXT4_FS=y
+# CONFIG_F2FS_CHECK_FS is not set
+CONFIG_F2FS_FS=y
+# CONFIG_F2FS_FS_SECURITY is not set
+CONFIG_F2FS_FS_XATTR=y
+CONFIG_F2FS_STAT_FS=y
CONFIG_FAT_FS=y
CONFIG_FRAME_WARN=2048
CONFIG_FS_MBCACHE=y
More information about the lede-commits
mailing list