From b36f36f692104f4903edd17369f1435e7267eac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Benlloch?= Date: Fri, 19 Feb 2016 13:28:57 +0100 Subject: [PATCH] motd will show now banana pro instead banana if the dtb file is properly linked to banana pro aka Lemaker Banana Pro --- scripts/armhwinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/armhwinfo b/scripts/armhwinfo index 0e51c3d61a..599e10c046 100644 --- a/scripts/armhwinfo +++ b/scripts/armhwinfo @@ -111,7 +111,7 @@ if [[ $MACHINE == *Orange* ]]; then ID="Orange"; fi if [[ $MACHINE == *Neo* ]]; then ID="Udoo Neo"; fi if [[ $MACHINE == *Cubietruck* ]]; then ID="Cubietruck"; fi if [[ $MACHINE == *Cubieboard* ]]; then ID="Cubieboard"; fi - +if [[ $MACHINE == *Pro* ]]; then ID="Banana Pro"; fi if [[ $MACHINE == *M2* ]]; then ID="Banana M2"; fi echo -e "[\e[0;32m ok \x1B[0m] Starting ARM hardware info: $ID"