home: hub: mkinitfs

Download patch

ref: 9d2040756a0b701c79140f14ce7c8d53d66a2d40
parent: 938b4b59f7250a3edcd5f864e037dfd6a9b4a958
author: Natanael Copa <ncopa@alpinelinux.org>
date: Thu Aug 3 09:59:48 CDT 2017

features: ext4 needs crc32

ref #7611

fix a duplicate in xfs while at it

--- a/features.d/ext4.modules
+++ b/features.d/ext4.modules
@@ -1,1 +1,3 @@
+kernel/arch/*/crypto/crc32*
+kernel/crypto/crc32*
 kernel/fs/ext4
--- a/features.d/xfs.modules
+++ b/features.d/xfs.modules
@@ -1,4 +1,3 @@
 kernel/arch/*/crypto/crc32*
-kernel/arch/*/crypto/crc32*
 kernel/crypto/crc32*
 kernel/fs/xfs