diff options
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 |