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
parent
fa20c18525
commit
5d55ceb75c
|
@ -29,7 +29,7 @@ depends() {
|
||||||
}
|
}
|
||||||
|
|
||||||
installkernel() {
|
installkernel() {
|
||||||
instmods btrfs
|
instmods btrfs crc32c
|
||||||
}
|
}
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
|
|
Loading…
Reference in New Issue