projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix kernel config item for 3c95x/vortex network cards (closes: #2441)
[openwrt.git]
/
package
/
iptables
/
files
/
firewall.init
diff --git
a/package/iptables/files/firewall.init
b/package/iptables/files/firewall.init
index
68fc3de
..
388c5b4
100755
(executable)
--- a/
package/iptables/files/firewall.init
+++ b/
package/iptables/files/firewall.init
@@
-2,10
+2,11
@@
# Copyright (C) 2006 OpenWrt.org
## Please make changes in /etc/firewall.user
-START=
3
5
+START=
4
5
start() {
include /lib/network
scan_interfaces
+ config_load /var/state/network
config_get WAN wan ifname
config_get WANDEV wan device
This page took
0.020783 seconds
and
4
git commands to generate.