mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
12 lines
215 B
Text
12 lines
215 B
Text
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
|
||
|
|
# Configuration file for release/release.sh to build arm64/aarch64
|
||
|
|
# big-iron installation images (not system-on-chip (SoC) images).
|
||
|
|
|
||
|
|
TARGET="arm64"
|
||
|
|
TARGET_ARCH="aarch64"
|
||
|
|
KERNEL="GENERIC"
|