mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-28 01:11:21 +08:00
15 lines
278 B
Makefile
15 lines
278 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
|
|
|
|
PKG_MAINTAINER:=Geoffrey Hall <asvows@gmail.com>
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|