[LEDE-DEV] [PATCH] ext4: Add missing kmod-crypto-crc32c dependency

Daniel Danzberger daniel at dd-wrt.com
Mon Oct 10 08:56:16 PDT 2016


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 at dd-wrt.com>
---
 package/kernel/linux/modules/fs.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk
index fbac68b..ce2408c 100644
--- a/package/kernel/linux/modules/fs.mk
+++ b/package/kernel/linux/modules/fs.mk
@@ -177,7 +177,8 @@ define KernelPackage/fs-ext4
   TITLE:=EXT4 filesystem support
   DEPENDS := \
     +kmod-lib-crc16 \
-    +kmod-crypto-hash
+    +kmod-crypto-hash \
+    +kmod-crypto-crc32c
   KCONFIG:= \
 	CONFIG_EXT4_FS \
 	CONFIG_EXT4_ENCRYPTION=n \
-- 
2.9.3




More information about the Lede-dev mailing list