fix xsupplicant build against madwifi-ng introduced by [2272]
[openwrt.git] / openwrt / package / dnsmasq / files / S50dnsmasq
index c970960..e913b8b 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.027048 seconds and 4 git commands to generate.