From 20f3e5171029f196e71d7fb7672e6dfbea0ce928 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 27 Feb 2022 13:32:01 +0100 Subject: [PATCH] oonf-dlep-proxy: add PKG_MIRROR_HASH Signed-off-by: Josef Schlehofer --- oonf-dlep-proxy/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/oonf-dlep-proxy/Makefile b/oonf-dlep-proxy/Makefile index 28e16fd..9dfc5aa 100644 --- a/oonf-dlep-proxy/Makefile +++ b/oonf-dlep-proxy/Makefile @@ -7,6 +7,7 @@ PKG_RELEASE:=$(PKG_REV) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://github.com/OLSR/OONF.git +PKG_MIRROR_HASH:=cee8fb6c087e6dc62789fabccbe79e3cbc843a669a3f79cde885e8f81b4585f4 PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV)