kernel: add a missing config symbol for ext4
SVN-Revision: 22717
This commit is contained in:
parent
7c97bbabe7
commit
48c7c56dcb
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ define KernelPackage/fs-ext4
|
|||
SUBMENU:=$(FS_MENU)
|
||||
TITLE:=EXT4 filesystem support
|
||||
KCONFIG:= \
|
||||
CONFIG_EXT4DEV_COMPAT=n \
|
||||
CONFIG_EXT4_FS_XATTR=y \
|
||||
CONFIG_EXT4_FS_POSIX_ACL=y \
|
||||
CONFIG_EXT4_FS_SECURITY=y \
|
||||
|
|
Loading…
Reference in a new issue