From eff169cd823d2b97bdc305491f2365e3b64f9235 Mon Sep 17 00:00:00 2001 From: ThomasKaiser Date: Sun, 21 Aug 2016 18:03:34 +0200 Subject: [PATCH] Minor H3 fixes --- common.sh | 1 + scripts/armhwinfo | 2 +- scripts/check_first_login.sh | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 8c5214d5f..e244568c8 100644 --- a/common.sh +++ b/common.sh @@ -362,6 +362,7 @@ fi # h3disp for sun8i/3.4.x if [[ $LINUXFAMILY == sun8i && $BRANCH == default ]]; then install -m 755 "$SRC/lib/scripts/h3disp" "$CACHEDIR/sdcard/usr/local/bin" + install -m 755 "$SRC/lib/scripts/h3consumption" "$CACHEDIR/sdcard/usr/local/bin" fi } diff --git a/scripts/armhwinfo b/scripts/armhwinfo index 5aa19ffbc..7419f58ad 100644 --- a/scripts/armhwinfo +++ b/scripts/armhwinfo @@ -122,7 +122,7 @@ prepare_board() { # Send GBit Ethernet IRQs to cpu3 echo 8 >/proc/irq/$(awk -F":" "/${GbE}/ {print \$1}" /proc/irq/$(awk -F":" "/${USB3}/ {print \$1}"