From 10d163697bf363e0c66c45973623e6769da58366 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer 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. --- gluon/gluon-config-mode/Makefile | 2 +- gluon/gluon-config-mode/files/etc/init.d/gluon-config-mode | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gluon/gluon-config-mode/Makefile b/gluon/gluon-config-mode/Makefile index 8a1ad5b..75a8782 100644 --- a/gluon/gluon-config-mode/Makefile +++ b/gluon/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/gluon/gluon-config-mode/files/etc/init.d/gluon-config-mode b/gluon/gluon-config-mode/files/etc/init.d/gluon-config-mode index b4f6c27..2ee6af9 100755 --- a/gluon/gluon-config-mode/files/etc/init.d/gluon-config-mode +++ b/gluon/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