summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-ffwizard-leipzig
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-09-15 20:44:08 +0000
committerSteven Barth <steven@midlink.org>2008-09-15 20:44:08 +0000
commit605cd262ba7a55ba6d52082ef1e0380ad95a3324 (patch)
tree1dc5cc297810ab340051af724cedd8924b264d48 /applications/luci-ffwizard-leipzig
parent2df2a057dd3be5c07fd260a6614778c799be9d1e (diff)
FF-Wizard: Fixed a typo which resulted in duplicate OLSR-Interfaces
Diffstat (limited to 'applications/luci-ffwizard-leipzig')
-rw-r--r--applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
index 6243acac5..0e1ef2863 100644
--- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
+++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
@@ -230,7 +230,7 @@ function olsr.write(self, section, value)
local external = community and uci:get("freifunk", community, "external") or ""
-- Delete old interface
- uci:delete_all("freifunk", "Interface", {Interface=device})
+ uci:delete_all("freifunk", "Interface", {interface=device})
-- Write new interface
local olsrbase = uci:get_all("freifunk", "olsr_interface")