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:
Shane Peelar 2017-03-24 11:49:45 -04:00 committed by John Crispin
parent 89765693a0
commit 8f2e52b7bc

View file

@ -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 \