From: Carlo Alberto Ferraris Date: Wed, 2 Nov 2022 13:14:01 +0000 (+0900) Subject: tailscale: preserve tailscaled state file X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=02e154d3e56bd35b2db345250c17e41da0edcfa9;p=openwrt-packages.git tailscale: preserve tailscaled state file Fixes #19774 Signed-off-by: Carlo Alberto Ferraris --- diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index 8f979aede..e15b54aa1 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -77,6 +77,7 @@ endef define Package/tailscaled/conffiles /etc/config/tailscale +/etc/tailscale/tailscaled.state endef $(eval $(call BuildPackage,tailscale))