mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
17 lines
355 B
Makefile
17 lines
355 B
Makefile
#
|
|
# Copyright (C) 2016 chenhw2 <chenhw2@github.com>
|
|
# Copyright (C) 2018 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
|
#
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Support for haproxy-tcp
|
|
LUCI_DEPENDS:=+haproxy-nossl
|
|
|
|
PKG_LICENSE:=MIT
|
|
|
|
include ../luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|