mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
commit
fd3f3cf03c
@ -19,7 +19,7 @@
|
|||||||
PKG_NAME="lm_sensors"
|
PKG_NAME="lm_sensors"
|
||||||
PKG_VERSION="3.4.0"
|
PKG_VERSION="3.4.0"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="arm x86_64"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://secure.netroedge.com/~lm78/"
|
PKG_SITE="http://secure.netroedge.com/~lm78/"
|
||||||
PKG_URL="http://ftp.gwdg.de/pub/linux/misc/lm-sensors/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://ftp.gwdg.de/pub/linux/misc/lm-sensors/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
|
@ -43,6 +43,9 @@ configure_target() {
|
|||||||
x86_64)
|
x86_64)
|
||||||
export GOARCH=amd64
|
export GOARCH=amd64
|
||||||
;;
|
;;
|
||||||
|
aarch64)
|
||||||
|
export GOARCH=arm64
|
||||||
|
;;
|
||||||
arm)
|
arm)
|
||||||
export GOARCH=arm
|
export GOARCH=arm
|
||||||
case $TARGET_CPU in
|
case $TARGET_CPU in
|
||||||
|
@ -115,7 +115,7 @@ addon() {
|
|||||||
cp -P $(get_build_dir jq)/.$TARGET_NAME/jq $ADDON_BUILD/$PKG_ADDON_ID/bin
|
cp -P $(get_build_dir jq)/.$TARGET_NAME/jq $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||||
|
|
||||||
# lm_sensors
|
# lm_sensors
|
||||||
cp -P $(get_build_dir lm_sensors)/prog/sensors/sensors $ADDON_BUILD/$PKG_ADDON_ID/bin
|
cp -P $(get_build_dir lm_sensors)/prog/sensors/sensors $ADDON_BUILD/$PKG_ADDON_ID/bin 2>/dev/null || :
|
||||||
|
|
||||||
# lshw
|
# lshw
|
||||||
cp -P $(get_build_dir lshw)/src/lshw $ADDON_BUILD/$PKG_ADDON_ID/bin
|
cp -P $(get_build_dir lshw)/src/lshw $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user