mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 09:16:47 +08:00
14 lines
273 B
Makefile
14 lines
273 B
Makefile
# SPDX-License-Identifier: GPL-3.0-only
|
|
#
|
|
# Copyright (C) 2022 ImmortalWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for v2rayA
|
|
LUCI_DEPENDS:=+v2raya
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|