rtpproxy: fix hotplug script file name
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 2 Dec 2018 11:27:13 +0000 (12:27 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 2 Dec 2018 11:27:15 +0000 (12:27 +0100)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/rtpproxy/Makefile

index 49b337944741ec708b5e7826a010f47a03b2e16f..4ff92cc2fa1fcdd457af2cd01726d387dd72818b 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=rtpproxy
 PKG_VERSION:=2.1.0-20170914
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/sippy/rtpproxy.git
@@ -73,7 +73,7 @@ define Package/rtpproxy/install
        $(INSTALL_CONF) ./files/rtpproxy.config $(1)/etc/config/rtpproxy
 
        $(INSTALL_DIR) $(1)/etc/hotplug.d/iface
-       $(INSTALL_BIN) ./files/rtpproxy.hotplug $(1)/etc/hotplug.d/iface
+       $(INSTALL_BIN) ./files/rtpproxy.hotplug $(1)/etc/hotplug.d/iface/90-rtpproxy
 endef
 
 define Package/rtpproxy/postinst