mirror of https://github.com/hak5/openwrt-owl.git
kernel: ext4: Add missing kmod-crypto-crc32c dependency
This fixes the following error when mounting a ext4 filesystem ---- [ 166.240000] EXT4-fs (sda1): Cannot load crc32c driver. ---- Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>owl
parent
d1000f81a8
commit
4104613fae
|
@ -177,7 +177,8 @@ define KernelPackage/fs-ext4
|
||||||
TITLE:=EXT4 filesystem support
|
TITLE:=EXT4 filesystem support
|
||||||
DEPENDS := \
|
DEPENDS := \
|
||||||
+kmod-lib-crc16 \
|
+kmod-lib-crc16 \
|
||||||
+kmod-crypto-hash
|
+kmod-crypto-hash \
|
||||||
|
+kmod-crypto-crc32c
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_EXT4_FS \
|
CONFIG_EXT4_FS \
|
||||||
CONFIG_EXT4_ENCRYPTION=n \
|
CONFIG_EXT4_ENCRYPTION=n \
|
||||||
|
|
Loading…
Reference in New Issue