diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2018-07-17 13:42:17 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-07-17 21:32:20 +0200 |
commit | 2336b942b37f265c59547d738ca558b61102833d (patch) | |
tree | 342347d327f15d40f59503606872a169eba3ea49 /package/network/services/dnsmasq/Makefile | |
parent | 9019323ec1109d636b6e2ca9fe991dce45635f96 (diff) | |
download | upstream-2336b942b37f265c59547d738ca558b61102833d.tar.gz upstream-2336b942b37f265c59547d738ca558b61102833d.tar.bz2 upstream-2336b942b37f265c59547d738ca558b61102833d.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>
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 |