diff options
author | Daniel Golle <daniel@makrotopia.org> | 2015-12-25 22:42:50 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2015-12-25 22:44:52 +0100 |
commit | a78192e96cc6ab6ab13caf95c6def2fd4ec3dbb1 (patch) | |
tree | 56905e3c327d1b801bb09d0f64403563bcab7971 /utils/i2c-tools/Makefile | |
parent | 97a6a903e84c3af94765d8d6c0bbfa9992e2ff1d (diff) |
i2c-tools: add fossies.org download mirror
lm-sensors.org is down, again...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'utils/i2c-tools/Makefile')
-rw-r--r-- | utils/i2c-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/i2c-tools/Makefile b/utils/i2c-tools/Makefile index d77dbd564..c66c80ea8 100644 --- a/utils/i2c-tools/Makefile +++ b/utils/i2c-tools/Makefile @@ -11,7 +11,9 @@ PKG_NAME:=i2c-tools PKG_VERSION:=3.1.2 PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://dl.lm-sensors.org/i2c-tools/releases/ +PKG_SOURCE_URL:=http://dl.lm-sensors.org/i2c-tools/releases/ \ + http://fossies.org/linux/misc/ + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_MD5SUM:=7104a1043d11a5e2c7b131614eb1b962 |