2020-03-04 17:51:24 +08:00
|
|
|
# Copyright (C) 2020 Openwrt.org
|
|
|
|
#
|
|
|
|
# This is a free software, use it under GNU General Public License v3.0.
|
|
|
|
#
|
2021-02-06 17:52:37 +08:00
|
|
|
# Created By ImmortalWrt
|
2020-03-04 17:51:24 +08:00
|
|
|
# https://github.com/project-openwrt
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-gost
|
|
|
|
PKG_VERSION:=1.0
|
|
|
|
PKG_RELEASE:=1
|
|
|
|
LUCI_TITLE:=LuCI support for Gost
|
2020-04-23 02:51:26 +08:00
|
|
|
LUCI_DEPENDS:=+gost
|
2020-03-04 17:51:24 +08:00
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
2021-02-06 17:52:37 +08:00
|
|
|
PKG_MAINTAINER:=ImmortalWrt
|
2020-03-04 17:51:24 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|