FF-Wizard: Fixed a typo which resulted in duplicate OLSR-Interfaces
This commit is contained in:
parent
2df2a057dd
commit
605cd262ba
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ function olsr.write(self, section, value)
|
||||||
local external = community and uci:get("freifunk", community, "external") or ""
|
local external = community and uci:get("freifunk", community, "external") or ""
|
||||||
|
|
||||||
-- Delete old interface
|
-- Delete old interface
|
||||||
uci:delete_all("freifunk", "Interface", {Interface=device})
|
uci:delete_all("freifunk", "Interface", {interface=device})
|
||||||
|
|
||||||
-- Write new interface
|
-- Write new interface
|
||||||
local olsrbase = uci:get_all("freifunk", "olsr_interface")
|
local olsrbase = uci:get_all("freifunk", "olsr_interface")
|
||||||
|
|
Loading…
Reference in a new issue