mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 04:37:59 +08:00
16 lines
298 B
Makefile
16 lines
298 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for v2rayA
|
|
LUCI_DEPENDS:=+v2raya
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_NAME:=luci-app-v2raya
|
|
PKG_VERSION:=1.1
|
|
PKG_RELEASE:=2
|
|
|
|
PKG_MAINTAINER:=zxlhhyccc <zxlhhy@gmail.com>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|