[OpenWrt-Devel] [PATCH v2] wireguard: fix interface remove for lonely peers
John Crispin
john at phrozen.org
Wed Jan 15 15:23:44 EST 2020
On 05/12/2019 11:58, Florian Eckert wrote:
> +++ b/package/network/services/wireguard/Makefile
> @@ -93,6 +93,8 @@ define Package/wireguard-tools/install
> $(INSTALL_BIN) ./files/wireguard_watchdog $(1)/usr/bin/
> $(INSTALL_DIR) $(1)/lib/netifd/proto/
> $(INSTALL_BIN) ./files/wireguard.sh $(1)/lib/netifd/proto/
> + $(INSTALL_DIR) $(1)/etc/init.d/
> + $(INSTALL_BIN) ./files/wireguard.init $(1)/etc/init.d/wireguard
> endef
this code is not in the tree ?!
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list