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:
parent
a259e771e9
commit
f2c8be9c48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user