home: hub: mkinitfs

Download patch

ref: d7ee92e1cb19bc37688bfaea0efb6308febb47b4
parent: 61bb69ba80ed8d46429b717ff4e40f5e78f434a0
author: Timo Teräs <timo.teras@iki.fi>
date: Wed Feb 6 05:38:49 CST 2019

init: fix fbsplash

The configuration option was renamed when parts of our patch
were upstreamed to busybox.

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -596,7 +596,7 @@
 fi
 
 if [ "$KOPT_splash" != "no" ]; then
-	echo "IMAGE_ALIGN=CM" > /tmp/fbsplash.cfg
+	echo "IMG_ALIGN=CM" > /tmp/fbsplash.cfg
 	for fbdev in /dev/fb[0-9]; do
 		[ -e "$fbdev" ] || break
 		num="${fbdev#/dev/fb}"