summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-17 19:42:58 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-17 19:42:58 +0000
commite660d02df2e7f9066f79481b3a11915823b48cc3 (patch)
tree67c019dcd58608f9209c9b76f9f3f5357878561c /openwrt
parent01e1f0304e1b8825414edf74ca2a3be7764ef324 (diff)
fix dnsmasq init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2151 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rwxr-xr-xopenwrt/package/dnsmasq/files/S50dnsmasq2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/dnsmasq/files/S50dnsmasq b/openwrt/package/dnsmasq/files/S50dnsmasq
index c97096054..e913b8be1 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