From 2829c852efd399b699f5b175957f6e6159c53163 Mon Sep 17 00:00:00 2001
From: Jan Luebbe <sho@stratum0.net>
Date: Wed, 8 Apr 2020 10:37:57 +0200
Subject: [PATCH] docs: examples: remove haveged from GLUON_SITE_PACKAGES

OpenWRT 19.07 enables urngd by default, so haveged is redundant.
---
 docs/multidomain-site-example/site.mk | 2 +-
 docs/site-example/site.mk             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/multidomain-site-example/site.mk b/docs/multidomain-site-example/site.mk
index 4b3dac287..df282a53c 100644
--- a/docs/multidomain-site-example/site.mk
+++ b/docs/multidomain-site-example/site.mk
@@ -29,7 +29,7 @@ GLUON_MULTIDOMAIN=1
 #		chosen feature flags
 
 
-GLUON_SITE_PACKAGES := haveged iwinfo
+GLUON_SITE_PACKAGES := iwinfo
 
 ##	DEFAULT_GLUON_RELEASE
 #		version string to use for images
diff --git a/docs/site-example/site.mk b/docs/site-example/site.mk
index 9a3528266..48e2d8a9c 100644
--- a/docs/site-example/site.mk
+++ b/docs/site-example/site.mk
@@ -23,7 +23,7 @@ GLUON_FEATURES := \
 #		selection that would be enabled by default or due to the
 #		chosen feature flags
 
-GLUON_SITE_PACKAGES := haveged iwinfo
+GLUON_SITE_PACKAGES := iwinfo
 
 ##	DEFAULT_GLUON_RELEASE
 #		version string to use for images
-- 
GitLab