git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2df2a05
)
FF-Wizard: Fixed a typo which resulted in duplicate OLSR-Interfaces
author
Steven Barth
<redacted>
Mon, 15 Sep 2008 20:44:08 +0000
(20:44 +0000)
committer
Steven Barth
<redacted>
Mon, 15 Sep 2008 20:44:08 +0000
(20:44 +0000)
applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
patch
|
blob
|
history
diff --git
a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua
index 6243acac52095e9eaacd36274839017234a2bb36..0e1ef28631de0863e51b82a5380383fd9f75ce58 100644
(file)
--- 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", {
I
nterface=device})
+ uci:delete_all("freifunk", "Interface", {
i
nterface=device})
-- Write new interface
local olsrbase = uci:get_all("freifunk", "olsr_interface")
git clone https://git.99rst.org/PROJECT