install haveged for wireguard on x86-64 devices

This commit is contained in:
Martin/Geno 2019-05-28 22:38:50 +02:00
parent 596fc37eda
commit c43415f576
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
1 changed files with 2 additions and 1 deletions

View File

@ -43,5 +43,6 @@ DEBUG_PACKAGES := \
# x86-64
ifeq ($(GLUON_TARGET),x86-64)
GLUON_SITE_PACKAGES += \
$(DEBUG_PACKAGES)
$(DEBUG_PACKAGES) \
haveged
endif