aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/Makefile
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2020-05-10 13:47:05 +0100
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2020-05-10 20:40:30 +0100
commited91d72eac34c58f7c5cbe7543b475417ebf1c9e (patch)
tree217f32841d314ab7398977765fcd40720f0aa597 /package/network/services/dnsmasq/Makefile
parente31e5c4ea492257a328613c6217d38119dc53ed6 (diff)
downloadupstream-ed91d72eac34c58f7c5cbe7543b475417ebf1c9e.tar.gz
upstream-ed91d72eac34c58f7c5cbe7543b475417ebf1c9e.tar.bz2
upstream-ed91d72eac34c58f7c5cbe7543b475417ebf1c9e.zip
dnsmasq: hotplug script tidyup
Hotplug scripts are sourced so the #!/bin/sh is superfluous/deceptive. Re-arrange script to only source 'procd' if we get to the stage of needing to signal the process, reduce hotplug processing load a little. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r--package/network/services/dnsmasq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile
index d07804bad0..f328d51d2c 100644
--- a/package/network/services/dnsmasq/Makefile
+++ b/package/network/services/dnsmasq/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
PKG_UPSTREAM_VERSION:=2.81
PKG_VERSION:=$(subst test,~~test,$(subst rc,~rc,$(PKG_UPSTREAM_VERSION)))
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq