]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
btrfs module needs libcrc32c functionality. 12744
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 8 Nov 2014 19:57:21 +0000 (20:57 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 8 Nov 2014 19:57:21 +0000 (20:57 +0100)
geninitrd

index 74d8b70216f7ae45cedd87ad0b75be75034957e8..35a730f311d73bd34f7ecd949a95f626574498eb 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -431,6 +431,9 @@ find_depmod() {
                        # XXX: find a away to autodetect
                        smodule=$(basename_module $modpath)
                        case "$smodule" in
+                               btrfs)
+                                       find_depmod "-libcrc32c"
+                                       ;;
                                crc-t10dif)
                                        find_depmod "-crct10dif-pclmul"
                                        find_depmod "-crct10dif"
This page took 0.051366 seconds and 4 git commands to generate.