summaryrefslogtreecommitdiff
path: root/package/lm-sensors
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-01-29 22:16:18 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-01-30 08:36:56 +0100
commit2b93183b8ec56e314877ad1168ad312f32d1a121 (patch)
treefbb41c5add5c808802a8cf7628e8d48097ad1c5e /package/lm-sensors
parent7a4cc5b19477961d670e5cfa7997c8dedd11681f (diff)
package/lm-sensors: fix download URL
According to http://www.lm-sensors.org/ "the previous hosting for lm-sensors.org has been discontinued and the former website maintainers can't be reached. For now, please refer to the Internet Archive of the old site until a replacement is created: https://web.archive.org/web/20150905145034/http://www.lm-sensors.org/" This site points to ftp://ftp.netroedge.com/pub/lm-sensors/ as a mirror site for this package, so let's use it until upstream can fix its web site. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lm-sensors')
-rw-r--r--package/lm-sensors/lm-sensors.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lm-sensors/lm-sensors.mk b/package/lm-sensors/lm-sensors.mk
index c26f91918..cc05ef44e 100644
--- a/package/lm-sensors/lm-sensors.mk
+++ b/package/lm-sensors/lm-sensors.mk
@@ -6,7 +6,7 @@
LM_SENSORS_VERSION = 3.3.5
LM_SENSORS_SOURCE = lm_sensors-$(LM_SENSORS_VERSION).tar.bz2
-LM_SENSORS_SITE = http://dl.lm-sensors.org/lm-sensors/releases
+LM_SENSORS_SITE = ftp://ftp.netroedge.com/pub/lm-sensors
LM_SENSORS_INSTALL_STAGING = YES
LM_SENSORS_DEPENDENCIES = host-bison host-flex
LM_SENSORS_LICENSE = libsensors LGPLv2.1+, programs GPLv2+