commit 98f6be85f2106ef42ad55fcac106609bf5a334d0 parent 6209cbfa1d68862d98a1a6d95be23a6200ae4ca6 Author: MTRNord <info@nordgedanken.de> Date: Tue, 1 Dec 2015 00:06:27 +0100 Update Makefile Diffstat:
| M | fastd_network_connect/Makefile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/fastd_network_connect/Makefile b/fastd_network_connect/Makefile @@ -25,7 +25,8 @@ define Build/Compile endef define Package/fastd-network-connect/install - $(CP) ./files/* $(1)/ + $(CP) ./src/cron/* $(1)/lib/gluon/cron + $(CP) ./src/etc/fastd/* $(1)/etc/fastd endef $(eval $(call BuildPackage,fastd-network-connect))