Browse Source

kernel: Fix F2FS module dependencies

F2FS depends on the crc32_generic module (NOT crc32c_generic)

Signed-off-by: Shane Peelar <[email protected]>
Shane Peelar 8 years ago
parent
commit
8f2e52b7bc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/kernel/linux/modules/fs.mk

+ 1 - 0
package/kernel/linux/modules/fs.mk

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