From 3dfffad15a90f9833c3ee7759935c3824946f27c Mon Sep 17 00:00:00 2001 From: parazyd Date: Sun, 13 Nov 2016 12:47:53 +0100 Subject: [PATCH 1/3] fix init.sh --- init.sh | 4 ++-- lib/libdevuansdk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/init.sh b/init.sh index da75ff0..ff84326 100755 --- a/init.sh +++ b/init.sh @@ -60,9 +60,9 @@ cd - ## =============== armelurldl=http://pub.parazyd.cf/mirror/armv6-devuan-linux-gnueabi.txz armelshahc=9aa5095f6587fea4e79e8894557044879e98917be5fa37000cf2f474c00d451f -armhfshadl=$(curl -s ${armelurldl}.sha | awk '{print $1}') +armelshadl=$(curl -s ${armelurldl}.sha | awk '{print $1}') -test $armhfshahc = $armhfshadl || { +test $armelshahc = $armelshadl || { printf "(!!) armel sha256sum doesn't match with hardcoded one\n" exit 1 } diff --git a/lib/libdevuansdk b/lib/libdevuansdk index 5f988be..75a22f1 160000 --- a/lib/libdevuansdk +++ b/lib/libdevuansdk @@ -1 +1 @@ -Subproject commit 5f988be6b8d97341e2d1bbda542f71684a4f3f26 +Subproject commit 75a22f11347e7ae3049cc35b7d3df797dacae0c7 From c9856af6c7c639c69e0a1224612a5d758153e0b3 Mon Sep 17 00:00:00 2001 From: parazyd Date: Sun, 13 Nov 2016 14:42:52 +0100 Subject: [PATCH 2/3] try bcmrpi build --- boards/raspberry-pi1.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/boards/raspberry-pi1.sh b/boards/raspberry-pi1.sh index 4eb0dd8..2f9e625 100644 --- a/boards/raspberry-pi1.sh +++ b/boards/raspberry-pi1.sh @@ -64,7 +64,7 @@ postbuild() { ## {{{ boot txts notice "creating cmdline.txt" cat < Date: Mon, 14 Nov 2016 13:40:51 +0100 Subject: [PATCH 3/3] revert raspi1 to cmdline with 'quiet' --- boards/raspberry-pi1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/raspberry-pi1.sh b/boards/raspberry-pi1.sh index 2f9e625..17b607d 100644 --- a/boards/raspberry-pi1.sh +++ b/boards/raspberry-pi1.sh @@ -64,7 +64,7 @@ postbuild() { ## {{{ boot txts notice "creating cmdline.txt" cat <