Files
luci-app-tailscale/Makefile
asvow 03b49ab6e5 new feature: extra flags
1. you can integrate additional flags within the Extra Settings.
2. refactor UI
3. bump version to v1.1.0.
2024-06-05 19:56:36 +08:00

15 lines
299 B
Makefile

# SPDX-License-Identifier: GPL-3.0-only
#
# Copyright (C) 2024 asvow
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI for Tailscale
LUCI_DEPENDS:=+tailscale +jsonfilter +ucode
LUCI_PKGARCH:=all
PKG_VERSION:=1.1.0
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature