X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ybin%2Fofpath;h=f3d5a9064ab19c13fc484aef03f097a87364b491;hb=a36e22176e6917e0218cd69f6cab014b1c5d7a49;hp=f3e81ba819e39d0078e1fd36ed05a386bdde5d6b;hpb=d72597c11f3f2984aaaa007f26b4784ca808167b;p=yaboot.git diff --git a/ybin/ofpath b/ybin/ofpath index f3e81ba..f3d5a90 100755 --- a/ybin/ofpath +++ b/ybin/ofpath @@ -868,7 +868,7 @@ if [ `uname -s` != Linux ] ; then fi ## check for ppc, i think uname -m is safe for this... -if [ `uname -m` != ppc ] ; then +if [ `uname -m` != ppc -o `uname -m` != pp64 ] ; then echo 1>&2 "$PRG: This utility will only work on PowerPC hardware" exit 1 fi