mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-08 13:17:29 +08:00
17 lines
366 B
Makefile
17 lines
366 B
Makefile
# Copyright (C) 2018-2020 Lienol <lawlienol@gmail.com>
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for V2ray Server
|
|
LUCI_DEPENDS:=+unzip
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_NAME:=luci-app-v2ray-server
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|