diff --git a/Makefile b/Makefile index 6c0bd56..618533f 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,11 @@ LUCI_TITLE:=LuCI for Tailscale LUCI_DEPENDS:=+tailscale LUCI_PKGARCH:=all -PKG_VERSION:=1.2.1 +PKG_VERSION:=1.2.2 + +define Package/luci-app-tailscale/conffiles +/etc/config/tailscale +endef include $(TOPDIR)/feeds/luci/luci.mk