From f2c8be9c4861fec59272f24a6c9f3a28c11a8037 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sun, 12 Jan 2014 00:50:43 +0100
Subject: [PATCH] gluon-config-mode: don't depend on haveged

Now that haveged starts before the config mode, there is no need to explicity
depend on it; instead it is just used when specified in the site configuration.
---
 package/gluon-config-mode/Makefile                           | 2 +-
 package/gluon-config-mode/files/etc/init.d/gluon-config-mode | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/gluon-config-mode/Makefile b/package/gluon-config-mode/Makefile
index 8a1ad5b89..75a87826e 100644
--- a/package/gluon-config-mode/Makefile
+++ b/package/gluon-config-mode/Makefile
@@ -15,7 +15,7 @@ define Package/gluon-config-mode
   SECTION:=gluon
   CATEGORY:=Gluon
   TITLE:=Luci based config mode for user friendly setup of new meshnodes
-  DEPENDS:=+gluon-core +gluon-lock-password +gluon-location +gluon-simple-tc +uhttpd +dnsmasq +luci-mod-admin-core +ip +luci-theme-openwrt +haveged
+  DEPENDS:=+gluon-core +gluon-lock-password +gluon-location +gluon-simple-tc +uhttpd +dnsmasq +luci-mod-admin-core +ip +luci-theme-openwrt
 endef
 
 define Package/gluon-config-mode/description
diff --git a/package/gluon-config-mode/files/etc/init.d/gluon-config-mode b/package/gluon-config-mode/files/etc/init.d/gluon-config-mode
index b4f6c27ef..2ee6af935 100755
--- a/package/gluon-config-mode/files/etc/init.d/gluon-config-mode
+++ b/package/gluon-config-mode/files/etc/init.d/gluon-config-mode
@@ -34,7 +34,6 @@ start() {
 
 		/usr/sbin/telnetd -l /lib/gluon/config-mode/ash-login
 
-		/etc/init.d/haveged start
 		/etc/init.d/dropbear start
 		/etc/init.d/uhttpd start
 		/etc/init.d/led start
-- 
GitLab