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