mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 00:02:14 -04:00
9 lines
148 B
Bash
9 lines
148 B
Bash
#!/bin/sh
|
|
#
|
|
#
|
|
|
|
# Configuration file for release/release.sh to build powerpc/powerpc64.
|
|
|
|
TARGET="powerpc"
|
|
TARGET_ARCH="powerpc64"
|
|
KERNEL="GENERIC64"
|