netifd: fix PKG_MIRROR_HASH
commit fbde9ac718
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>
This commit is contained in:
parent
09f90b7829
commit
ebdf5ed50b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue