gluon-mesh-vpn-fastd: always enable fastd
This commit is contained in:
parent
0a9b811477
commit
f22f0e44f6
@ -31,6 +31,7 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/gluon-mesh-vpn-fastd/install
|
||||
$(CP) ./files/* $(1)/
|
||||
$(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
|
||||
endef
|
||||
|
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
/etc/init.d/fastd enable
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# TODO
|
Loading…
Reference in New Issue
Block a user