gluon/package/gluon-client-bridge/check_site.lua
Nils Schneider 588ac562f4 gluon-client-bridge: basic br-client config and wireless AP
This package provides br-client and sets up a wireless AP interface for
clients.
2015-09-09 21:50:21 +02:00

7 lines
202 B
Lua

for _, config in ipairs({'wifi24', 'wifi5'}) do
if need_table(config .. '.ap', nil, false) then
need_string(config .. '.ap.ssid')
need_boolean(config .. '.ap.disabled', false)
end
end