aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/Makefile
diff options
context:
space:
mode:
authorJordan Sokolic <oofnik@gmail.com>2020-03-19 14:23:22 +0200
committerHans Dedecker <dedeckeh@gmail.com>2020-03-22 22:17:37 +0100
commit27ffd5ee301533bf8abb2d570bc8ec60eba57c97 (patch)
tree4463faec5e0d29357ad0b3fc7869e0d0c2965d70 /package/network/services/dnsmasq/Makefile
parentf1f8700d546414c733ee823c6c0a050e23e6fd07 (diff)
downloadupstream-27ffd5ee301533bf8abb2d570bc8ec60eba57c97.tar.gz
upstream-27ffd5ee301533bf8abb2d570bc8ec60eba57c97.tar.bz2
upstream-27ffd5ee301533bf8abb2d570bc8ec60eba57c97.zip
dnsmasq: add 'scriptarp' option
Add option 'scriptarp' to uci dnsmasq config to enable --script-arp functions. The default setting is false, meaning any scripts in `/etc/hotplug.d/neigh` intended to be triggered by `/usr/lib/dnsmasq/dhcp-script.sh` will fail to execute. Also enable --script-arp if has_handlers returns true. Signed-off-by: Jordan Sokolic <oofnik@gmail.com> Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE increase]
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 d5051b9f8c..0bee31c0e6 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.81rc3
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/release-candidates