Skip to content
Snippets Groups Projects
Commit f2c8be9c authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

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.
parent a259e771
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment