Skip to content

Commit

Permalink
Merge pull request #5 from heweiser/master
Browse files Browse the repository at this point in the history
fix für Raspberry Pi 1 Model B+
  • Loading branch information
leonsio committed May 17, 2016
2 parents f844bb0 + 698cd13 commit 54a7e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/include.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fi
# check architecture
#case `dpkg --print-architecture` in
case $ARCH in
armhf|armv7l|arm64|aarch64)
armhf|armv6l|armv7l|arm64|aarch64)
ARCH="ARM"
;;
i386|amd64|x86_64)
Expand Down

0 comments on commit 54a7e20

Please sign in to comment.