aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-29 14:56:35 +0200
committerFelix Fietkau <nbd@nbd.name>2016-07-29 16:41:09 +0200
commita1681ce39bbbab20c46150ee28b63351396662c2 (patch)
tree261159bcccd6a9c9ed32d8e4ee6c144bdb082a85 /package/network/services/dnsmasq/Makefile
parent6916ca8d33db0ab11434a8fb45f72abd70065c5e (diff)
downloadupstream-a1681ce39bbbab20c46150ee28b63351396662c2.tar.gz
upstream-a1681ce39bbbab20c46150ee28b63351396662c2.tar.bz2
upstream-a1681ce39bbbab20c46150ee28b63351396662c2.zip
dnsmasq: replace the iface hotplug script with a procd trigger
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r--package/network/services/dnsmasq/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile
index 3aff519e6b..d5acef578e 100644
--- a/package/network/services/dnsmasq/Makefile
+++ b/package/network/services/dnsmasq/Makefile
@@ -145,8 +145,6 @@ define Package/dnsmasq/install
$(INSTALL_DATA) ./files/dnsmasq.conf $(1)/etc/dnsmasq.conf
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/dnsmasq.init $(1)/etc/init.d/dnsmasq
- $(INSTALL_DIR) $(1)/etc/hotplug.d/iface
- $(INSTALL_DATA) ./files/dnsmasq.hotplug $(1)/etc/hotplug.d/iface/25-dnsmasq
$(INSTALL_DIR) $(1)/etc/hotplug.d/ntp
$(INSTALL_DATA) ./files/dnsmasqsec.hotplug $(1)/etc/hotplug.d/ntp/25-dnsmasqsec
endef