[OpenWrt-Devel] [PATCH 1/2] modules: f2fs: add missing symbols for 3.18

Daniel Golle daniel at makrotopia.org
Tue Jan 20 22:36:50 EST 2015


Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/kernel/linux/modules/fs.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk
index 243f368..87ba946 100644
--- a/package/kernel/linux/modules/fs.mk
+++ b/package/kernel/linux/modules/fs.mk
@@ -181,6 +181,8 @@ define KernelPackage/fs-f2fs
 	CONFIG_F2FS_FS \
 	CONFIG_F2FS_STAT_FS=y \
 	CONFIG_F2FS_FS_XATTR=n \
+	CONFIG_F2FS_FS_POSIX_ACL=n \
+	CONFIG_F2FS_FS_SECURITY=n \
 	CONFIG_F2FS_CHECK_FS=n
   FILES:=$(LINUX_DIR)/fs/f2fs/f2fs.ko
   AUTOLOAD:=$(call AutoLoad,30,f2fs,1)
-- 
2.2.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list