177086b881
Split basic radio configuration from gluon-mesh-batman-adv as this will be required for virtually any wireless mesh protocol. This package takes care of setting: - wireless channel, - htmode and - regulatory domain gluon-mesh-batman-adv-core depends on this package.
7 lines
148 B
Lua
7 lines
148 B
Lua
need_string('regdom')
|
|
|
|
for _, config in ipairs({'wifi24', 'wifi5'}) do
|
|
need_number(config .. '.channel')
|
|
need_string(config .. '.htmode')
|
|
end
|