From d97d2f2990a098b5bd2a14a8ab75ff81913aef6e Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Sat, 6 Feb 2016 02:02:38 +0100 Subject: [PATCH] cjdns: fix dependency on git revision Signed-off-by: Lars Gierth --- cjdns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cjdns/Makefile b/cjdns/Makefile index 6f7a6af..a022622 100644 --- a/cjdns/Makefile +++ b/cjdns/Makefile @@ -66,7 +66,7 @@ endef define Build/Configure endef -PKG_DO_VARS:= +PKG_DO_VARS:=CJDNS_RELEASE_VERSION=$(PKG_SOURCE_VERSION) ifneq ($(CONFIG_KERNEL_SECCOMP_FILTER),y) PKG_DO_VARS+= Seccomp_NO=1 -- 2.35.1