kernel: Fix F2FS module dependencies
F2FS depends on the crc32_generic module (NOT crc32c_generic) Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
This commit is contained in:
parent
89765693a0
commit
8f2e52b7bc
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ $(eval $(call KernelPackage,fs-ext4))
|
|||
define KernelPackage/fs-f2fs
|
||||
SUBMENU:=$(FS_MENU)
|
||||
TITLE:=F2FS filesystem support
|
||||
DEPENDS:= +kmod-crypto-hash +kmod-crypto-crc32
|
||||
KCONFIG:= \
|
||||
CONFIG_F2FS_FS \
|
||||
CONFIG_F2FS_STAT_FS=y \
|
||||
|
|
Loading…
Reference in a new issue