mirror of https://github.com/hak5/openwrt.git
kernel: Fix F2FS module dependencies
F2FS depends on the crc32_generic module (NOT crc32c_generic) Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>openwrt-18.06
parent
89765693a0
commit
8f2e52b7bc
|
@ -200,6 +200,7 @@ $(eval $(call KernelPackage,fs-ext4))
|
||||||
define KernelPackage/fs-f2fs
|
define KernelPackage/fs-f2fs
|
||||||
SUBMENU:=$(FS_MENU)
|
SUBMENU:=$(FS_MENU)
|
||||||
TITLE:=F2FS filesystem support
|
TITLE:=F2FS filesystem support
|
||||||
|
DEPENDS:= +kmod-crypto-hash +kmod-crypto-crc32
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_F2FS_FS \
|
CONFIG_F2FS_FS \
|
||||||
CONFIG_F2FS_STAT_FS=y \
|
CONFIG_F2FS_STAT_FS=y \
|
||||||
|
|
Loading…
Reference in New Issue