From 3852212bfbc902186f0e57789973e12703d26ade Mon Sep 17 00:00:00 2001 From: Daniel Glaser Date: Sun, 14 Feb 2016 17:48:32 +0100 Subject: [PATCH] Changed URL of i2c-tools source package Due to non-temporary problems with lm-sensors website (hosts i2c-tools package), switched url to the web-archive site, the official fallback of lm-sensors. --- package/utils/i2c-tools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/utils/i2c-tools/Makefile b/package/utils/i2c-tools/Makefile index 16feedb2794..1f158540d26 100644 --- a/package/utils/i2c-tools/Makefile +++ b/package/utils/i2c-tools/Makefile @@ -13,7 +13,8 @@ PKG_VERSION:=3.1.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://dl.lm-sensors.org/i2c-tools/releases +PKG_SOURCE_URL:=https://web.archive.org/web/20150326044243/http://dl.lm-sensors.org/i2c-tools/releases/ +#PKG_SOURCE_URL:=http://dl.lm-sensors.org/i2c-tools/releases PKG_MD5SUM:=f15019e559e378c6e9d5d6299a00df21 PKG_BUILD_DEPENDS:=PACKAGE_python-smbus:python