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

gluon-core: explicitly disable radios without configuration in site.conf

parent 293a4545
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@ end
local function configure_radio(radio, index, config)
if not config() then
uci:set('wireless', radio, 'disabled', true)
return
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