projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
some fixes/cleanups for the init scripts
[openwrt.git]
/
openwrt
/
package
/
base-files
/
default
/
etc
/
firewall.user
diff --git
a/openwrt/package/base-files/default/etc/firewall.user
b/openwrt/package/base-files/default/etc/firewall.user
index
7a13141
..
5774f0c
100755
(executable)
--- a/
openwrt/package/base-files/default/etc/firewall.user
+++ b/
openwrt/package/base-files/default/etc/firewall.user
@@
-1,5
+1,7
@@
#!/bin/sh
. /etc/functions.sh
+. /etc/network.overrides
+[ "$FAILSAFE" != "true" -a -e /etc/config/network ] && . /etc/config/network
WAN=$(nvram get wan_ifname)
LAN=$(nvram get lan_ifname)
This page took
0.022784 seconds
and
4
git commands to generate.