From 88f0ba509d16dac914586d063c5241049daa34e4 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 20 Nov 2019 18:26:16 +0100 Subject: [PATCH] Fix haproxy-tcp luci --- luci-app-haproxy-tcp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-haproxy-tcp/Makefile b/luci-app-haproxy-tcp/Makefile index aac05e085..75313517b 100644 --- a/luci-app-haproxy-tcp/Makefile +++ b/luci-app-haproxy-tcp/Makefile @@ -12,6 +12,6 @@ LUCI_DEPENDS:=+haproxy-nossl PKG_LICENSE:=MIT -include ../luci/luci.mk - +#include ../luci/luci.mk +include $(TOPDIR)/feeds/luci/luci.mk # call BuildPackage - OpenWrt buildroot signature