diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2018-07-17 13:42:17 +0200 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-07-28 11:23:57 +0100 |
commit | bf1b0fad2b788f2e933cbe43740402fba5acaf16 (patch) | |
tree | 3f21b744547af917b175f278b708f95bcec2c19d /package/network/services/dnsmasq/Makefile | |
parent | cb9d5f0a7cb6125d3fef9e803024a9690b1c56d9 (diff) | |
download | upstream-bf1b0fad2b788f2e933cbe43740402fba5acaf16.tar.gz upstream-bf1b0fad2b788f2e933cbe43740402fba5acaf16.tar.bz2 upstream-bf1b0fad2b788f2e933cbe43740402fba5acaf16.zip |
dnsmasq: don't use network functions at boottime (FS#1542)
As dnsmasq is started earlier than netifd usage of network.sh functions
at boottime will fail; therefore don't call at boottime the functions
which construct the dhcp pool/relay info.
As interface triggers are installed the dhcp pool/relay info will be
constructed when the interface gets reported as up by netifd.
At the same time also register interface triggers based on DHCP relay
config.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
(cherry picked from commit 2336b942b37f265c59547d738ca558b61102833d)
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 0a8ae5d03a..703fedfeb9 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:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/test-releases |