From ebdf5ed50b7cd221e7c769d6ba24368528ab8752 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 7 Nov 2017 00:17:39 +0100 Subject: [PATCH] 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 --- package/network/config/netifd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index eba8c3a79c..99bcc6c19d 100644 --- a/package/network/config/netifd/Makefile +++ b/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 PKG_LICENSE:=GPL-2.0