mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
20 lines
420 B
Makefile
Executable File
20 lines
420 B
Makefile
Executable File
# Copyright (C) 2018-2020 Lienol
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-v2ray-server
|
|
LUCI_TITLE:=LuCI support for V2ray Server
|
|
LUCI_DEPENDS:=+libsodium +luci-lib-jsonc +unzip +v2ray
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=1.1
|
|
PKG_RELEASE:=1-20200101
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|
|
|