Author: blogic Date: 2015-01-22 10:35:35 +0100 (Thu, 22 Jan 2015) New Revision: 44075
Modified: trunk/package/kernel/linux/modules/fs.mk Log: modules: f2fs: enable support for xattr To use overlayfs on f2fs, xattr needs to be supported. 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:29 UTC (rev 44074) +++ trunk/package/kernel/linux/modules/fs.mk 2015-01-22 09:35:35 UTC (rev 44075) @@ -180,7 +180,7 @@ KCONFIG:= \ CONFIG_F2FS_FS \ CONFIG_F2FS_STAT_FS=y \ - CONFIG_F2FS_FS_XATTR=n \ + CONFIG_F2FS_FS_XATTR=y \ CONFIG_F2FS_FS_POSIX_ACL=n \ CONFIG_F2FS_FS_SECURITY=n \ CONFIG_F2FS_CHECK_FS=n _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
