mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 08:25:22 -04:00
5 lines
91 B
Bash
5 lines
91 B
Bash
SCRIPT_NAME=sh
|
|
OUTPUT_FORMAT="coff-sh"
|
|
TEXT_START_ADDR=0x8000
|
|
TARGET_PAGE_SIZE=128
|
|
ARCH=sh
|