Skip to content
Snippets Groups Projects
Unverified Commit ccca92cf authored by Jan-Niklas Burfeind's avatar Jan-Niklas Burfeind Committed by GitHub
Browse files

Merge pull request #2806 from freifunk-gluon/master-bugfix

gluon-core: fix typo in wireless upgrade script
parents 23145c58 94537db4
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)
local chanlist
if radio.band == '5g' and is_outdoor() then
chanlist = config.outdor_chanlist()
chanlist = config.outdoor_chanlist()
end
uci:set('wireless', radio_name, 'channels', chanlist)
end
......
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