mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
11 lines
160 B
Text
11 lines
160 B
Text
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
|
||
|
|
# Configuration file for release/release.sh to build powerpc/powerpc64.
|
||
|
|
|
||
|
|
TARGET="powerpc"
|
||
|
|
TARGET_ARCH="powerpc64"
|
||
|
|
KERNEL="GENERIC64"
|