diff options
author | Steven Barth <steven@midlink.org> | 2008-09-05 23:43:18 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-05 23:43:18 +0000 |
commit | e6133d65e30775f91afdde32af54c47a54710c8c (patch) | |
tree | e04b19767c4eda493fc6ffd2921ebc811b0f8042 /applications/luci-ffwizard-leipzig/luasrc/model/cbi | |
parent | 7f7a600b1235e8199a07451e25f5b03d63a51057 (diff) |
Fixed a few FF-Wizard issues
Diffstat (limited to 'applications/luci-ffwizard-leipzig/luasrc/model/cbi')
-rw-r--r-- | applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index cd737c985..5245a92f1 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua @@ -141,8 +141,11 @@ function main.write(self, section, value) -- Cleanup + luci.util.perror("1") tools.wifi_delete_ifaces(device) + luci.util.perror("2") tools.network_remove_interface(device) + luci.util.perror("3") tools.firewall_zone_remove_interface("freifunk", device) |