mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge pull request #4242 from MilhouseVH/le10_rpi-eeprom-feb2020
rpi-eeprom: update to rpi-eeprom-<next>
This commit is contained in:
commit
f8f087adf4
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="rpi-eeprom"
|
PKG_NAME="rpi-eeprom"
|
||||||
PKG_VERSION="30905b49096df59e50694fab05bcca55b66be5ef"
|
PKG_VERSION="ad18a5b468f787ed37ab62e0a699dabeaa580e27"
|
||||||
PKG_SHA256="8f9f77424ff5d8ff97250ac9ed9fea9de3f6cf7b57c7d8e86a5f935648c3abec"
|
PKG_SHA256="2f77ef84d34f77208e4caf90aa65bbbaa6234ee58ffe9c23a819d44c25a631b4"
|
||||||
PKG_ARCH="arm"
|
PKG_ARCH="arm"
|
||||||
PKG_LICENSE="BSD-3/custom"
|
PKG_LICENSE="BSD-3/custom"
|
||||||
PKG_SITE="https://github.com/raspberrypi/rpi-eeprom"
|
PKG_SITE="https://github.com/raspberrypi/rpi-eeprom"
|
||||||
@ -16,7 +16,7 @@ makeinstall_target() {
|
|||||||
DESTDIR=${INSTALL}/$(get_kernel_overlay_dir)/lib/firmware/raspberrypi/bootloader
|
DESTDIR=${INSTALL}/$(get_kernel_overlay_dir)/lib/firmware/raspberrypi/bootloader
|
||||||
|
|
||||||
mkdir -p ${DESTDIR}
|
mkdir -p ${DESTDIR}
|
||||||
_dirs="critical"
|
_dirs="critical stable"
|
||||||
[ "$LIBREELEC_VERSION" = "devel" ] && _dirs+=" beta"
|
[ "$LIBREELEC_VERSION" = "devel" ] && _dirs+=" beta"
|
||||||
|
|
||||||
for _maindir in ${_dirs}; do
|
for _maindir in ${_dirs}; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user