mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
docker: support for imx6 project
This commit is contained in:
parent
c936ddc620
commit
44e5af9bee
@ -20,7 +20,7 @@ PKG_NAME="docker"
|
|||||||
PKG_VERSION="1.12.0"
|
PKG_VERSION="1.12.0"
|
||||||
PKG_REV="105"
|
PKG_REV="105"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_ADDON_PROJECTS="Generic RPi RPi2"
|
PKG_ADDON_PROJECTS="Generic RPi RPi2 imx6"
|
||||||
PKG_LICENSE="ASL"
|
PKG_LICENSE="ASL"
|
||||||
PKG_SITE="http://www.docker.com/"
|
PKG_SITE="http://www.docker.com/"
|
||||||
PKG_URL="https://github.com/docker/docker/archive/v${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/docker/docker/archive/v${PKG_VERSION}.tar.gz"
|
||||||
@ -54,7 +54,7 @@ configure_target() {
|
|||||||
arm1176jzf-s)
|
arm1176jzf-s)
|
||||||
export GOARM=6
|
export GOARM=6
|
||||||
;;
|
;;
|
||||||
cortex-a7)
|
cortex-a7|cortex-a9)
|
||||||
export GOARM=7
|
export GOARM=7
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user