blob: 174e41615b637e9bc77a2cf1668b7332734e6edc (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# Configuration file for release/release.sh to build arm/armv7 distribution
# images (not system-on-chip (SoC) images).
TARGET="arm"
TARGET_ARCH="armv7"
KERNEL="GENERIC"
|