home: hub: mkinitfs

Download patch

ref: 2f1c60449188777ca2499dfa575e49e8866c3b1e
parent: ccf82e37785fdd047f3420ca370c228fd107b609
author: Natanael Copa <ncopa@alpinelinux.org>
date: Tue Dec 15 05:43:06 CST 2015

init: add arch crypto modules

we want the faster crypto implementation early for cryptsetup, xfs and
btrfs.

--- a/features.d/btrfs.modules
+++ b/features.d/btrfs.modules
@@ -1,2 +1,5 @@
 kernel/crypto/crc32c*
+kernel/arch/*/crypto/crc32*
+kernel/arch/*/crypto/crc32*
+kernel/crypto/crc32*
 kernel/fs/btrfs
--- a/features.d/cryptsetup.modules
+++ b/features.d/cryptsetup.modules
@@ -1,2 +1,3 @@
 kernel/crypto/*
+kernel/arch/*/crypto/*
 kernel/drivers/md/dm-crypt.ko
--- a/features.d/xfs.modules
+++ b/features.d/xfs.modules
@@ -1,1 +1,4 @@
+kernel/arch/*/crypto/crc32*
+kernel/arch/*/crypto/crc32*
+kernel/crypto/crc32*
 kernel/fs/xfs