Skip to content
Snippets Groups Projects
Unverified Commit 94537db4 authored by Andreas Ziegler's avatar Andreas Ziegler
Browse files

gluon-core: fix typo in wireless upgrade script

parent 23145c58
No related branches found
No related tags found
No related merge requests found
...@@ -184,7 +184,7 @@ local function set_channels(radio, radio_name, config) ...@@ -184,7 +184,7 @@ local function set_channels(radio, radio_name, config)
local chanlist local chanlist
if radio.band == '5g' and is_outdoor() then if radio.band == '5g' and is_outdoor() then
chanlist = config.outdor_chanlist() chanlist = config.outdoor_chanlist()
end end
uci:set('wireless', radio_name, 'channels', chanlist) uci:set('wireless', radio_name, 'channels', chanlist)
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment