2018-03-09 09:51:29 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2016 chenhw2 <chenhw2@github.com>
|
2019-01-03 14:56:11 +00:00
|
|
|
# Copyright (C) 2018-2019 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
2018-03-09 09:51:29 +00:00
|
|
|
#
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Support for nginx load balancing
|
|
|
|
LUCI_DEPENDS:=+nginx
|
2018-12-12 20:28:20 +00:00
|
|
|
KCONFIG:=CONFIG_NGINX_STREAM_CORE_MODULE
|
2018-03-09 09:51:29 +00:00
|
|
|
|
|
|
|
PKG_LICENSE:=MIT
|
|
|
|
|
2019-10-20 19:11:02 +00:00
|
|
|
#include ../luci/luci.mk
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
2018-03-09 09:51:29 +00:00
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|