From e4a7fc39db4414ce2e57902c6acd24fa5b28ce68 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Tue, 27 Feb 2018 21:59:53 +0100 Subject: [PATCH] Update luci app haproxy makefile --- luci-app-haproxy-tcp/Makefile | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/luci-app-haproxy-tcp/Makefile b/luci-app-haproxy-tcp/Makefile index 765a69389..da20aac80 100644 --- a/luci-app-haproxy-tcp/Makefile +++ b/luci-app-haproxy-tcp/Makefile @@ -7,7 +7,12 @@ include $(TOPDIR)/rules.mk +LUCI_TITLE:=LuCI Support for HAProxy-TCP +LUCI_DEPENDS:=+haproxy-nossl +LUCI_PKGARCH:=all + PKG_NAME:=luci-app-haproxy-tcp + PKG_VERSION:=0.1.4 PKG_RELEASE:=1 @@ -19,19 +24,6 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) include ../luci/luci.mk -define Package/luci-app-haproxy-tcp - SECTION:=luci - CATEGORY:=LuCI - SUBMENU:=3. Applications - TITLE:=LuCI Support for HAProxy-TCP - PKGARCH:=all - DEPENDS:=+haproxy-nossl -endef - -define Package/luci-app-haproxy-tcp/description - LuCI Support for HAProxy-TCP. -endef - define Build/Configure endef @@ -55,7 +47,6 @@ define Package/luci-app-haproxy-tcp/prerm /etc/init.d/haproxy-tcp disable /etc/init.d/haproxy-tcp stop rm -f /usr/sbin/haproxy-tcp -rm -f /etc/hotplug.d/net/90-haproxy exit 0 endef