modules: f2fs: enable support for xattr
To use overlayfs on f2fs, xattr needs to be supported. Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44075 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f21b253519
commit
c9f5b682ea
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ define KernelPackage/fs-f2fs
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue