summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2010-06-04 14:01:44 +0000
committerPascal Terjan <pterjan@mandriva.org>2010-06-04 14:01:44 +0000
commitafe80e65e4488eb70bc439704ea208454b07abb6 (patch)
treee4cd14e172178b9cdcee5afec4e4b5426d4ff64e /perl-install/modules.pm
parent7f050ad26b811da9de3f8592285840439b719183 (diff)
downloaddrakx-afe80e65e4488eb70bc439704ea208454b07abb6.tar
drakx-afe80e65e4488eb70bc439704ea208454b07abb6.tar.gz
drakx-afe80e65e4488eb70bc439704ea208454b07abb6.tar.bz2
drakx-afe80e65e4488eb70bc439704ea208454b07abb6.tar.xz
drakx-afe80e65e4488eb70bc439704ea208454b07abb6.zip
fix loading of btrfs module
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 2439c758b..c17d52a30 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -94,6 +94,7 @@ sub load_with_options {
my @l = map {
if_(member($_, 'plip', @parallel_zip_modules), 'parport_pc'),
if_($_ eq 'vfat', 'nls_cp437', 'nls_iso8859_1'),
+ if_($_ eq 'btrfs', 'crc32c', 'crc32c-intel'),
dependencies_closure(cond_mapping_24_26($_));
} @$l;