aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-06-20 13:21:28 +0200
committerHans Dedecker <dedeckeh@gmail.com>2018-06-20 14:07:19 +0200
commit0e84393ee27bc2c209863a0a006dea8b716cfb11 (patch)
tree0f134ed6b1410e00e50e5fdad23c9bdfaf44b593 /package/network/services/dnsmasq/Makefile
parent969fe206bdb910789bebd064d4b3be00238b0012 (diff)
downloadupstream-0e84393ee27bc2c209863a0a006dea8b716cfb11.tar.gz
upstream-0e84393ee27bc2c209863a0a006dea8b716cfb11.tar.bz2
upstream-0e84393ee27bc2c209863a0a006dea8b716cfb11.zip
dnsmasq: fix dnsmasq startup issue
Commit ecd954d530 installs specific interface triggers which rewrites the dnsmasq config file and restarts dnsmasq if the network interface becomes active for which a trigger has been installed. In case no dhcp sections are specified or ignore is set to 1 dnsmasq will not be started at startup which breaks DNS resolving. Fix this by ditching the BOOT check in start_service and always start dnsmasq at startup. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
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 bb68a67296..f26f819a34 100644
--- a/package/network/services/dnsmasq/Makefile
+++ b/package/network/services/dnsmasq/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
PKG_VERSION:=2.80test2
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/test-releases