set dnsmasq except-interface in init script to wan_ifname instead of vlan1
[openwrt.git] / package / base-files / default / etc / init.d / S50dnsmasq
index 6a5af0f..cce9575 100755 (executable)
@@ -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
This page took 0.023033 seconds and 4 git commands to generate.