mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
big-iron installation images. MFC after: 3 days MFC with: r325948, r325949, r325950, r325951 Sponsored by: The FreeBSD Foundation
10 lines
154 B
Bash
10 lines
154 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# Configuration file for release/release.sh to build powerpc/powerpc.
|
|
|
|
TARGET="powerpc"
|
|
TARGET_ARCH="powerpc"
|
|
KERNEL="GENERIC"
|