summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/dnsmasq.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/dnsmasq/dnsmasq.mk')
-rw-r--r--package/dnsmasq/dnsmasq.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk
index 9bf9b84a40..56d11eeb61 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -93,4 +93,9 @@ define DNSMASQ_INSTALL_TARGET_CMDS
mkdir -p $(TARGET_DIR)/var/lib/misc/
endef
+define DNSMASQ_INSTALL_INIT_SYSV
+ $(INSTALL) -m 755 -D package/dnsmasq/S80dnsmasq \
+ $(TARGET_DIR)/etc/init.d/S80dnsmasq
+endef
+
$(eval $(generic-package))
OpenPOWER on IntegriCloud