gluon-mesh-vpn-fastd: always enable fastd

This commit is contained in:
Matthias Schiffer 2013-10-02 20:30:09 +02:00
parent 2619925777
commit 38e09f3eae
3 changed files with 4 additions and 3 deletions

View File

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

View File

@ -0,0 +1,3 @@
#!/bin/sh
/etc/init.d/fastd enable