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

gluon-client-bridge: allow WLAN configs without ap section again

Fixes: 7ccdacd2 ("treewide: rework check_site_lib.lua")
parent 3e883311
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ need_string_match(in_domain({'next_node', 'ip6'}), '^[%x:]+$', false)
for _, config in ipairs({'wifi24', 'wifi5'}) do
if need_table({config}, nil, false) then
if need_table({config, 'ap'}, nil, false) then
need_string(in_domain({config, 'ap', 'ssid'}))
need_boolean({config, 'ap', 'disabled'}, false)
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