1. you can integrate additional flags within the Extra Settings. 2. refactor UI 3. bump version to v1.1.0.
15 lines
299 B
Makefile
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
|