浏览代码

netifd: fix PKG_MIRROR_HASH

commit fbde9ac7184 set an incorrect sha256sum which doesn't match the
file http://sources.lede-project.org/netifd-2017-10-31-0f96606b.tar.xz
or a locally packaged checkout (which resulted in a file identical with
the one referenced by the URL above).

Signed-off-by: Daniel Golle <[email protected]>
Daniel Golle 8 年之前
父节点
当前提交
ebdf5ed50b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/network/config/netifd/Makefile

+ 1 - 1
package/network/config/netifd/Makefile

@@ -7,7 +7,7 @@ PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(LEDE_GIT)/project/netifd.git
 PKG_SOURCE_DATE:=2017-10-31
 PKG_SOURCE_VERSION:=0f96606b7040b8e14190ff055d5761744bc15f6d
-PKG_MIRROR_HASH:=9dcfc837b519d021bd2d51acf61c610df0a7e58f9a87d46472fbe0960d3d5dff
+PKG_MIRROR_HASH:=5d838f1e7e020b0d161087baa8fda6de94563c2dfb9d621a957718cefe30d29a
 PKG_MAINTAINER:=Felix Fietkau <[email protected]>
 
 PKG_LICENSE:=GPL-2.0