Author: blogic Date: 2015-01-22 10:35:29 +0100 (Thu, 22 Jan 2015) New Revision: 44074
Modified: trunk/package/kernel/linux/modules/fs.mk Log: modules: f2fs: add missing symbols for 3.18 Signed-off-by: Daniel Golle <[email protected]> Modified: trunk/package/kernel/linux/modules/fs.mk =================================================================== --- trunk/package/kernel/linux/modules/fs.mk 2015-01-22 09:35:22 UTC (rev 44073) +++ trunk/package/kernel/linux/modules/fs.mk 2015-01-22 09:35:29 UTC (rev 44074) @@ -181,6 +181,8 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
