Skip to content

Commit

Permalink
Merge pull request #355 from lrusak/addons-libreelec-7.0
Browse files Browse the repository at this point in the history
backport of #354
  • Loading branch information
chewitt committed May 16, 2016
2 parents 5076f68 + 002d032 commit f51b881
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
PKG_NAME="lm_sensors"
PKG_VERSION="3.4.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_ARCH="arm x86_64"
PKG_LICENSE="GPL"
PKG_SITE="http://secure.netroedge.com/~lm78/"
PKG_URL="http://ftp.gwdg.de/pub/linux/misc/lm-sensors/$PKG_NAME-$PKG_VERSION.tar.bz2"
Expand Down
3 changes: 3 additions & 0 deletions packages/addons/service/syncthing/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ configure_target() {
x86_64)
export GOARCH=amd64
;;
aarch64)
export GOARCH=arm64
;;
arm)
export GOARCH=arm
case $TARGET_CPU in
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/tools/system-tools/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ addon() {
cp -P $(get_build_dir jq)/.$TARGET_NAME/jq $ADDON_BUILD/$PKG_ADDON_ID/bin

# 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
cp -P $(get_build_dir lshw)/src/lshw $ADDON_BUILD/$PKG_ADDON_ID/bin
Expand Down

0 comments on commit f51b881

Please sign in to comment.