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.
This commit is contained in:
Matthias Schiffer 2014-01-12 00:50:43 +01:00
parent 35494393a8
commit 10d163697b
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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