Skip to content
Snippets Groups Projects
Commit 94942015 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-mesh-batman-adv-core: remove unused variable in upgrade script

parent 6e22c667
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,6 @@ uci:foreach('wireless', 'wifi-device', ...@@ -77,7 +77,6 @@ uci:foreach('wireless', 'wifi-device',
for index, radio in ipairs(radios) do for index, radio in ipairs(radios) do
local hwmode = uci:get('wireless', radio, 'hwmode') local hwmode = uci:get('wireless', radio, 'hwmode')
local config
if hwmode == '11g' or hwmode == '11ng' then if hwmode == '11g' or hwmode == '11ng' then
configure_radio(radio, index, site.wifi24) configure_radio(radio, index, site.wifi24)
elseif hwmode == '11a' or hwmode == '11na' then elseif hwmode == '11a' or hwmode == '11na' then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment