mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove two configuration entries used for debugging that snuck in.
MFC after: 5 days X-MFC-Note: maybe X-MFC-With: r320252 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
751c20d8a5
commit
abd18eca50
1 changed files with 1 additions and 2 deletions
|
|
@ -10,8 +10,7 @@ EMBEDDED_TARGET="arm64"
|
|||
EMBEDDED_TARGET_ARCH="aarch64"
|
||||
EMBEDDEDPORTS="sysutils/u-boot-rpi3 security/ca_root_nss"
|
||||
KERNEL="GENERIC"
|
||||
#MAKE_FLAGS="${MAKE_FLAGS} -s"
|
||||
WORLD_FLAGS="${WORLD_FLAGS} -j48 UBLDR_LOADADDR=0x42000000"
|
||||
WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x42000000"
|
||||
IMAGE_SIZE="2G"
|
||||
PART_SCHEME="MBR"
|
||||
FAT_SIZE="50m -b 1m"
|
||||
|
|
|
|||
Loading…
Reference in a new issue