瀏覽代碼

i2c-tools: add fossies.org download mirror

lm-sensors.org is down, again...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle 9 年之前
父節點
當前提交
a78192e96c
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      utils/i2c-tools/Makefile

+ 3
- 1
utils/i2c-tools/Makefile 查看文件

@@ -11,7 +11,9 @@ PKG_NAME:=i2c-tools
11 11
 PKG_VERSION:=3.1.2
12 12
 PKG_RELEASE:=1
13 13
 
14
-PKG_SOURCE_URL:=http://dl.lm-sensors.org/i2c-tools/releases/
14
+PKG_SOURCE_URL:=http://dl.lm-sensors.org/i2c-tools/releases/ \
15
+                http://fossies.org/linux/misc/
16
+
15 17
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
16 18
 PKG_MD5SUM:=7104a1043d11a5e2c7b131614eb1b962
17 19