From 74adbc81a9c66ac8767483366717754d724eb23c Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sun, 2 Dec 2018 12:28:21 +0100 Subject: [PATCH] kamailio-5.x: fix hotplug script file name Signed-off-by: Sebastian Kemper --- net/kamailio-5.x/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/kamailio-5.x/Makefile b/net/kamailio-5.x/Makefile index 8edaf84..a377396 100644 --- a/net/kamailio-5.x/Makefile +++ b/net/kamailio-5.x/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kamailio5 PKG_VERSION:=5.1.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL := \ https://sources.openwrt.org \ @@ -276,7 +276,7 @@ $(foreach c,kamailio.cfg kamctlrc,$(call Package/kamailio5/install/conffile,$(1) $(INSTALL_DIR) $(1)/etc/hotplug.d/iface $(INSTALL_BIN) \ ./files/kamailio.hotplug \ - $(1)/etc/hotplug.d/iface + $(1)/etc/hotplug.d/iface/99-kamailio $(CP) \ $(PKG_INSTALL_DIR)/usr/lib/kamailio/kamctl \ $(1)/usr/lib/kamailio/ -- 2.30.2