aboutsummaryrefslogtreecommitdiff
path: root/release/arm64
diff options
context:
space:
mode:
Diffstat (limited to 'release/arm64')
-rw-r--r--release/arm64/aarch64.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/release/arm64/aarch64.conf b/release/arm64/aarch64.conf
new file mode 100644
index 000000000000..ea6335cd02d8
--- /dev/null
+++ b/release/arm64/aarch64.conf
@@ -0,0 +1,11 @@
+#!/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"