Merge pull request #587 from vpeter4/imx6-docker

docker: support for imx6 project
This commit is contained in:
Christian Hewitt 2016-07-31 22:29:03 +04:00 committed by GitHub
commit af8be4729f

View File

@ -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