projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix xsupplicant build against madwifi-ng introduced by [2272]
[openwrt.git]
/
openwrt
/
package
/
dnsmasq
/
files
/
S50dnsmasq
diff --git
a/openwrt/package/dnsmasq/files/S50dnsmasq
b/openwrt/package/dnsmasq/files/S50dnsmasq
index
c970960
..
e913b8b
100755
(executable)
--- 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
This page took
0.02944 seconds
and
4
git commands to generate.