Skip to content

Commit

Permalink
ayufan: dev.mk: fix incompatibile board
Browse files Browse the repository at this point in the history
Change-Id: I64b5b83cf975e534e55559cbb9bd99744697859b
  • Loading branch information
ayufan committed May 26, 2019
1 parent d6d6c31 commit 05a8e06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ esac

if ! grep -qi "$BOARD" /proc/device-tree/compatible; then
echo "You are currently running on different board:"
cat /proc/device-tree/model || true
echo "$(cat /proc/device-tree/model || true)"
echo "It may brick your device or the system unless"
echo "you know what are you doing."
echo ""
Expand Down

0 comments on commit 05a8e06

Please sign in to comment.