aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2017-11-07 00:17:39 +0100
committerDaniel Golle <daniel@makrotopia.org>2017-11-07 00:21:02 +0100
commitebdf5ed50b7cd221e7c769d6ba24368528ab8752 (patch)
tree9eac20b1946ef96928ed178ba05f5d475ee914a7 /package/network/config
parent09f90b7829c5168f49a7053cbc1e6c8b32a75888 (diff)
downloadupstream-ebdf5ed50b7cd221e7c769d6ba24368528ab8752.tar.gz
upstream-ebdf5ed50b7cd221e7c769d6ba24368528ab8752.tar.bz2
upstream-ebdf5ed50b7cd221e7c769d6ba24368528ab8752.zip
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@makrotopia.org>
Diffstat (limited to 'package/network/config')
-rw-r--r--package/network/config/netifd/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <nbd@nbd.name>
PKG_LICENSE:=GPL-2.0