mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bump the image size for BANANAPI and CUBIEBOARD2 to 1.5G, as
1G is no longer large enough. Reported by: manu Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ae69ad884d
commit
b16b5f8ddc
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ EMBEDDED_TARGET_ARCH="armv6"
|
|||
EMBEDDEDPORTS="sysutils/u-boot-bananapi"
|
||||
KERNEL="GENERIC"
|
||||
WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x42000000"
|
||||
IMAGE_SIZE="1G"
|
||||
IMAGE_SIZE="1536M"
|
||||
PART_SCHEME="MBR"
|
||||
FAT_SIZE="32m -b 1m"
|
||||
FAT_TYPE="16"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ EMBEDDED_TARGET_ARCH="armv6"
|
|||
EMBEDDEDPORTS="sysutils/u-boot-cubieboard2"
|
||||
KERNEL="GENERIC"
|
||||
WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x42000000"
|
||||
IMAGE_SIZE="1G"
|
||||
IMAGE_SIZE="1536M"
|
||||
PART_SCHEME="MBR"
|
||||
FAT_SIZE="32m -b 1m"
|
||||
FAT_TYPE="16"
|
||||
|
|
|
|||
Loading…
Reference in a new issue