From 9630b044331ff70b7b5783362cdd026056281c1b Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Fri, 8 Nov 2019 14:38:31 +0100 Subject: haproxy: Rework hotplug script for HAProxy - Migrated init-script to procd. - Removed the old hotplug script as it is unnecessary and caused long boot-times for r7800 and possibly others. Signed-off-by: Christian Lachner --- net/haproxy/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'net/haproxy/Makefile') diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index e762badbf..bb92f6604 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -171,8 +171,6 @@ define Package/haproxy/install $(INSTALL_CONF) ./files/haproxy.cfg $(1)/etc/ $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/haproxy.init $(1)/etc/init.d/haproxy - $(INSTALL_DIR) $(1)/etc/hotplug.d/net - $(INSTALL_BIN) ./files/haproxy.hotplug $(1)/etc/hotplug.d/net/90-haproxy endef Package/haproxy-nossl/install = $(Package/haproxy/install) -- cgit v1.2.3