summaryrefslogtreecommitdiffstats
path: root/applications/luci-app-tailscale-community/Makefile
blob: d448315a1a2f9e388b5932037b94082c06b3a068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include $(TOPDIR)/rules.mk

LUCI_TITLE:=LuCI support for Tailscale
LUCI_URL:=https://github.com/tokisaki-galaxy/luci-app-tailscale-community
PKG_DESCRIPTION:=Provides a LuCI Web management interface for Tailscale, allowing viewing status, configuring nodes and daemons.
PKG_MAINTAINER:=Tokisaki-Galaxy <moebest@outlook.jp>
LUCI_DEPENDS:=+tailscale +ip +luci-base
LUCI_PKGARCH:=all

include ../../luci.mk

# call BuildPackage - OpenWrt buildroot signature