btrfs: Ensure crc32c module is installed.

As outlined here:
 https://bugs.mageia.org/show_bug.cgi?id=3214
and:
 https://bugs.launchpad.net/ubuntu/+source/linux-linaro-omap/+bug/715835
the btrfs module needs a CRC implementation.
master
Colin Guthrie 2011-12-26 23:03:34 +00:00 committed by Harald Hoyer
parent fa20c18525
commit 5d55ceb75c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ depends() {
}

installkernel() {
instmods btrfs
instmods btrfs crc32c
}

install() {