diff options
Diffstat (limited to 'openwrt/package/dnsmasq/files/S50dnsmasq')
-rwxr-xr-x | openwrt/package/dnsmasq/files/S50dnsmasq | 2 |
1 files changed, 2 insertions, 0 deletions
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 |