Merge pull request #4674 from HiassofT/le10-rpi-addons-arm

RPi2/4: switch to ARMv7/8 addons
This commit is contained in:
CvH 2020-11-19 22:53:45 +01:00 committed by GitHub
commit 5d0dc8a821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,6 @@
# NOOBS supported model versions
NOOBS_SUPPORTED_MODELS='"Pi 2","Pi 3"'
# set the addon project
ADDON_PROJECT="ARMv7"

View File

@ -10,3 +10,6 @@
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
FIRMWARE="${FIRMWARE} rpi-eeprom"
# set the addon project
ADDON_PROJECT="ARMv8"