wifi-config: fix ibss option

This commit is contained in:
Maciej Krüger 2022-01-09 18:29:09 +01:00 committed by Alexander List
parent 8c3ad7fc04
commit ee65187d07

View File

@ -94,7 +94,7 @@ uci:foreach('wireless', 'wifi-device', function(config)
end end
vif_option('client', {'client', 'owe'}, translate('Enable client network (access point)')) vif_option('client', {'client', 'owe'}, translate('Enable client network (access point)'))
vif_option('ibss', translate("Enable mesh network (IBSS)")) vif_option('ibss', {'ibss'}, translate("Enable mesh network (IBSS)"))
local mesh_vif = vif_option('mesh', {'mesh'}, translate("Enable mesh network (802.11s)")) local mesh_vif = vif_option('mesh', {'mesh'}, translate("Enable mesh network (802.11s)"))
if is_5ghz then if is_5ghz then