diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-02-03 06:48:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-02-03 06:48:15 +0000 |
commit | 0cf1a58282bacda7552d294e0f99562ece74cf22 (patch) | |
tree | f1c533f73a26f5da018025fae277a27c84ecdfc0 /package/iptables/files/firewall.init | |
parent | 32f2870131750e44e5a73f6255f077cddca2bca1 (diff) | |
download | upstream-0cf1a58282bacda7552d294e0f99562ece74cf22.tar.gz upstream-0cf1a58282bacda7552d294e0f99562ece74cf22.tar.bz2 upstream-0cf1a58282bacda7552d294e0f99562ece74cf22.zip |
Here comes the new UCI. Enjoy :)
SVN-Revision: 10367
Diffstat (limited to 'package/iptables/files/firewall.init')
-rwxr-xr-x | package/iptables/files/firewall.init | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/iptables/files/firewall.init b/package/iptables/files/firewall.init index 204310af26..2d8c5edbdb 100755 --- a/package/iptables/files/firewall.init +++ b/package/iptables/files/firewall.init @@ -6,7 +6,6 @@ START=45 start() { include /lib/network scan_interfaces - config_load /var/state/network config_get WAN wan ifname config_get WANDEV wan device |