Index: scripts/post/00-linux-kernel ================================================================== --- scripts/post/00-linux-kernel +++ scripts/post/00-linux-kernel @@ -8,10 +8,15 @@ . 'scripts/common' # Platform-specific adjustments kernelArch="${arch}" +case "${kernelArch}" in + aarch64) + kernelArch='arm64' + ;; +esac # URLs and versions if [ -z "${LINUX_VERS}" ]; then LINUX_VERS='3.2.98' LINUX_TARBALL_SHA256="f31dc3ad9473086b413f8cd3daef1a8003481eb25910a617c74cbc640635eb31"