Skip to content

Commit

Permalink
Merge pull request #3711 from codesnake/bypass_uboot
Browse files Browse the repository at this point in the history
u-boot: Do not build u-boot if $UBOOT_VERSION is not specified
  • Loading branch information
sraue committed Dec 23, 2014
2 parents 5eaeed6 + 6c06d89 commit c75631b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/tools/u-boot/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ elif [ "$UBOOT_VERSION" = "imx6-cuboxi" ]; then
PKG_VERSION="imx6-a06fada"
PKG_SITE="http://imx.solid-run.com/wiki/index.php?title=Building_the_kernel_and_u-boot_for_the_CuBox-i_and_the_HummingBoard"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
else
exit 0
fi
PKG_REV="1"
PKG_ARCH="arm"
Expand Down

0 comments on commit c75631b

Please sign in to comment.