1*ac099dafSMitchell Horne#!/bin/sh 2*ac099dafSMitchell Horne 3*ac099dafSMitchell Horne# Configuration file for release/release.sh to build arm/armv7 distribution 4*ac099dafSMitchell Horne# images (not system-on-chip (SoC) images). 5*ac099dafSMitchell Horne 6*ac099dafSMitchell HorneTARGET="arm" 7*ac099dafSMitchell HorneTARGET_ARCH="armv7" 8*ac099dafSMitchell HorneKERNEL="GENERIC" 9