mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
release: arm64: rpi3: Install the RPI3B+ DTB file
We should use the correct DTB file otherwise the firmware uses the RPI3B one. MFC after: 1 week
This commit is contained in:
parent
0f166953f7
commit
ee8a8076a2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
DTB_DIR="/usr/local/share/rpi-firmware"
|
||||
DTB="bcm2710-rpi-3-b.dtb"
|
||||
DTB="bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb"
|
||||
EMBEDDED_TARGET_ARCH="aarch64"
|
||||
EMBEDDED_TARGET="arm64"
|
||||
EMBEDDEDBUILD=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue