]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
Preload crct10dif module when crc-t10dif is going to be loaded (uses its symbols...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 18 Jul 2013 19:55:36 +0000 (19:55 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 18 Jul 2013 19:55:36 +0000 (19:55 +0000)
svn-id: @12710

geninitrd

index c5940b27d69deed87602493f970629113661893d..5dbec24a946d63800d943728fff8f0f6bb0dfc45 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -395,6 +395,9 @@ find_depmod() {
                        # XXX: find a away to autodetect
                        smodule=$(basename_module $modpath)
                        case "$smodule" in
+                               crc-t10dif)
+                                       find_depmod "-crct10dif"
+                                       ;;
                                libcrc32c)
                                        find_depmod "-crc32c-intel"
                                        find_depmod "-crc32c"
This page took 0.02942 seconds and 4 git commands to generate.