mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
5 lines
92 B
Bash
5 lines
92 B
Bash
SCRIPT_NAME=sh
|
|
OUTPUT_FORMAT="coff-shl"
|
|
TEXT_START_ADDR=0x8000
|
|
TARGET_PAGE_SIZE=128
|
|
ARCH=sh
|