mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
crust: Update package to 2912afc61eda9fcfdf26f7f59504840850475847
This commit is contained in:
parent
0e443198a1
commit
e68c57220f
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="crust"
|
PKG_NAME="crust"
|
||||||
PKG_VERSION="1609cb0dbb70e5698032a0e39408756467289e6e"
|
PKG_VERSION="2abb49c37b0302399b98498b9a51f5ed30454aea"
|
||||||
PKG_SHA256="f02df0e6e50f2fb1029103f452d4e5e27f54cb1635c6ab3fca3d2ac24747844c"
|
PKG_SHA256="62da63ce5f35c41b7b9cbc9ec8c89dbd52e41a60bde00218ac747a1b335803cb"
|
||||||
PKG_ARCH="arm aarch64"
|
PKG_ARCH="arm aarch64"
|
||||||
PKG_LICENSE="BSD-3c"
|
PKG_LICENSE="BSD-3c"
|
||||||
PKG_SITE="https://github.com/crust-firmware/crust"
|
PKG_SITE="https://github.com/crust-firmware/crust"
|
||||||
@ -38,6 +38,7 @@ make_target() {
|
|||||||
fi
|
fi
|
||||||
# Boards with a PMIC need to disable CONFIG_PMIC_SHUTDOWN to get CIR wakeup from suspend
|
# Boards with a PMIC need to disable CONFIG_PMIC_SHUTDOWN to get CIR wakeup from suspend
|
||||||
echo "CONFIG_PMIC_SHUTDOWN=n" >> configs/$CRUST_CONFIG
|
echo "CONFIG_PMIC_SHUTDOWN=n" >> configs/$CRUST_CONFIG
|
||||||
|
echo "CONFIG_CIR=y" >> configs/$CRUST_CONFIG
|
||||||
make $CRUST_CONFIG
|
make $CRUST_CONFIG
|
||||||
make scp
|
make scp
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user