[source] kernel: ext4: Add missing kmod-crypto-crc32c dependency

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 13 08:06:21 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/4104613fae1ebf958cd5957aa336e1b3e53497bb

commit 4104613fae1ebf958cd5957aa336e1b3e53497bb
Author: daniel <daniel at dd-wrt.com>
AuthorDate: Mon Oct 10 17:56:16 2016 +0200

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



More information about the lede-commits mailing list