mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #3711 from codesnake/bypass_uboot
u-boot: Do not build u-boot if $UBOOT_VERSION is not specified
This commit is contained in:
commit
c75631bfc8
@ -25,6 +25,8 @@ elif [ "$UBOOT_VERSION" = "imx6-cuboxi" ]; then
|
|||||||
PKG_VERSION="imx6-a06fada"
|
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_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"
|
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
|
else
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="arm"
|
PKG_ARCH="arm"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user