From c43415f5765156b20cb7860b043ab2a671c8e98d Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Tue, 28 May 2019 22:38:50 +0200 Subject: [PATCH] install haveged for wireguard on x86-64 devices --- site.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site.mk b/site.mk index 3d2baa3..5aa90f2 100755 --- a/site.mk +++ b/site.mk @@ -43,5 +43,6 @@ DEBUG_PACKAGES := \ # x86-64 ifeq ($(GLUON_TARGET),x86-64) GLUON_SITE_PACKAGES += \ - $(DEBUG_PACKAGES) + $(DEBUG_PACKAGES) \ + haveged endif