[source] netifd: fix PKG_MIRROR_HASH

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 6 15:31:16 PST 2017


dangole pushed a commit to source.git, branch master:
https://git.lede-project.org/ebdf5ed50b7cd221e7c769d6ba24368528ab8752

commit ebdf5ed50b7cd221e7c769d6ba24368528ab8752
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Nov 7 00:17:39 2017 +0100

    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 <daniel at makrotopia.org>
---
 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 eba8c3a..99bcc6c 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 <nbd at nbd.name>
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list