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 | 2f8b5f8c289f6712532a4bb68ec6b9f991661ad0 (patch) | |
tree | 20d8c580675afbba4a8238eaa677d3f0fe438323 /package/iptables/files | |
parent | 6cecfe7d324728d6937ae7542185226e5c2b5e2a (diff) | |
download | upstream-2f8b5f8c289f6712532a4bb68ec6b9f991661ad0.tar.gz upstream-2f8b5f8c289f6712532a4bb68ec6b9f991661ad0.tar.bz2 upstream-2f8b5f8c289f6712532a4bb68ec6b9f991661ad0.zip |
Here comes the new UCI. Enjoy :)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10367 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/files')
-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 |