Add LuCI interface for the v2rayA package. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
14 lines
294 B
Makefile
14 lines
294 B
Makefile
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (C) 2024 ImmortalWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for v2rayA
|
|
LUCI_DEPENDS:=+v2raya
|
|
|
|
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|