diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2024-01-25 01:03:44 +0800 |
---|---|---|
committer | Paul Donald <itsascambutmailmeanyway@gmail.com> | 2024-01-26 01:07:51 +0100 |
commit | 80f67d3ea8525646f4811dcabb447995ea0fca2c (patch) | |
tree | c50b4871185fa2bc4575d3f4e29942d743493b23 /applications/luci-app-v2raya/Makefile | |
parent | 60423d63f5d6f2f83aee1a56c31f214e78d4b86d (diff) |
luci-app-v2raya: add new package
Add LuCI interface for the v2rayA package.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'applications/luci-app-v2raya/Makefile')
-rw-r--r-- | applications/luci-app-v2raya/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/applications/luci-app-v2raya/Makefile b/applications/luci-app-v2raya/Makefile new file mode 100644 index 0000000000..0b37120223 --- /dev/null +++ b/applications/luci-app-v2raya/Makefile @@ -0,0 +1,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 |