Remove initscript enable/disable hacks
Better configure these properly.
This commit is contained in:
parent
604e3caceb
commit
d204b0e24f
@ -12,5 +12,3 @@ uci_set alfred alfred start_vis '1'
|
|||||||
uci_set alfred alfred run_facters '0'
|
uci_set alfred alfred run_facters '0'
|
||||||
|
|
||||||
uci_commit alfred
|
uci_commit alfred
|
||||||
|
|
||||||
/etc/init.d/alfred enable
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
/etc/init.d/dnsmasq disable
|
|
||||||
/etc/init.d/telnet disable
|
|
||||||
/etc/init.d/uhttpd disable
|
|
@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
/etc/init.d/gluon-cron enable
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
/etc/init.d/gluon-ebtables enable
|
|
@ -31,7 +31,6 @@ define Build/Compile
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gluon-mesh-vpn-fastd/install
|
define Package/gluon-mesh-vpn-fastd/install
|
||||||
$(CP) ./files/* $(1)/
|
|
||||||
$(INSTALL_DIR) $(1)/lib/gluon/upgrade/mesh-vpn-fastd/invariant
|
$(INSTALL_DIR) $(1)/lib/gluon/upgrade/mesh-vpn-fastd/invariant
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/fastd.sh $(1)/lib/gluon/upgrade/mesh-vpn-fastd/invariant/010-mesh-vpn-fastd
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/fastd.sh $(1)/lib/gluon/upgrade/mesh-vpn-fastd/invariant/010-mesh-vpn-fastd
|
||||||
endef
|
endef
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
/etc/init.d/fastd enable
|
|
Loading…
Reference in New Issue
Block a user