blob: 0b3712022350e086f9748173fd24f85d94151886 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
|