mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
|
#!/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"
|