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]
/
openwrt
/
package
/
base-files
/
default
/
etc
/
init.d
/
S45firewall
diff --git
a/openwrt/package/base-files/default/etc/init.d/S45firewall
b/openwrt/package/base-files/default/etc/init.d/S45firewall
index
cb77979
..
188b9aa
100755
(executable)
--- a/
openwrt/package/base-files/default/etc/init.d/S45firewall
+++ b/
openwrt/package/base-files/default/etc/init.d/S45firewall
@@
-4,6
+4,8
@@
${FAILSAFE:+exit}
. /etc/functions.sh
+. /etc/network.overrides
+[ -e /etc/config/network] && . /etc/config/network
WAN=$(nvram get wan_ifname)
LAN=$(nvram get lan_ifname)
This page took
0.0261 seconds
and
4
git commands to generate.