projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add config file /etc/config/network, add board-specific network.overrides (instead...
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
init.d
/
S50dnsmasq
diff --git
a/package/base-files/default/etc/init.d/S50dnsmasq
b/package/base-files/default/etc/init.d/S50dnsmasq
index
6a5af0f
..
31d0a36
100755
(executable)
--- a/
package/base-files/default/etc/init.d/S50dnsmasq
+++ b/
package/base-files/default/etc/init.d/S50dnsmasq
@@
-1,5
+1,7
@@
#!/bin/sh
. /etc/functions.sh
+. /etc/network.overrides
+[ -e /etc/config/network] && . /etc/config/network
# interface to use for DHCP
iface=lan
This page took
0.025517 seconds
and
4
git commands to generate.