Deleted Added
full compact
WANDBOARD.conf (262305) WANDBOARD.conf (262314)
1#
1#
2# $FreeBSD: user/gjb/release-embedded/release/arm/WANDBOARD-QUAD.conf 262305 2014-02-21 21:46:54Z gjb $
2# $FreeBSD: projects/release-embedded/release/arm/WANDBOARD-QUAD.conf 262314 2014-02-21 23:18:35Z gjb $
3#
4
5# This is only supported on amd64 right now. It may work on
6# i386, but I do not have the hardware to test, so until I get
7# a VM set up to make sure, be cautious and assume it will not.
8if [ "$(uname -p)" != "amd64" ] || [ "$(uname -m)" != "amd64" ]; then
9 echo "This is only supported on amd64 right now."
10 exit 0

--- 27 unchanged lines hidden ---
3#
4
5# This is only supported on amd64 right now. It may work on
6# i386, but I do not have the hardware to test, so until I get
7# a VM set up to make sure, be cautious and assume it will not.
8if [ "$(uname -p)" != "amd64" ] || [ "$(uname -m)" != "amd64" ]; then
9 echo "This is only supported on amd64 right now."
10 exit 0

--- 27 unchanged lines hidden ---