odroid-c2-uboot: use broken= instead of msg_error
This commit is contained in:
@@ -16,7 +16,7 @@ checksum=da7ca9e6abdfedaa65ac4e0bd378155002bf5d0ccea663ddf03fa839dceb3724
|
|||||||
|
|
||||||
case "$XBPS_MACHINE" in
|
case "$XBPS_MACHINE" in
|
||||||
x86_64) ;;
|
x86_64) ;;
|
||||||
*) msg_error "Can only be built from x86_64: https://github.com/hardkernel/u-boot/issues/23\n" ;;
|
*) broken="Can only be built from x86_64: https://github.com/hardkernel/u-boot/issues/23" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
make_build_args="ARCH=arm"
|
make_build_args="ARCH=arm"
|
||||||
|
|||||||
Reference in New Issue
Block a user