From 5eca92765e5183f3566fdd0004467a24b2dc323d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 17 Oct 2005 19:42:58 +0000 Subject: [PATCH] fix dnsmasq init script SVN-Revision: 2151 --- openwrt/package/dnsmasq/files/S50dnsmasq | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openwrt/package/dnsmasq/files/S50dnsmasq b/openwrt/package/dnsmasq/files/S50dnsmasq index c97096054d..e913b8be18 100755 --- a/openwrt/package/dnsmasq/files/S50dnsmasq +++ b/openwrt/package/dnsmasq/files/S50dnsmasq @@ -1,5 +1,7 @@ #!/bin/sh . /etc/functions.sh +. /etc/network.overrides +[ "$FAILSAFE" != "true" -a -e /etc/config/network ] && . /etc/config/network # interface to use for DHCP iface=lan -- 2.30.2