Skip to content
Snippets Groups Projects
Commit 11ff8859 authored by Sid's avatar Sid
Browse files

Add gluon-usteer

parent 18836a6f
No related branches found
No related tags found
No related merge requests found
Pipeline #2953 passed
......@@ -35,6 +35,10 @@ if not device_class('tiny') then
'web-cellular',
'wireless-encryption-wpa3'
})
packages({
'ffda-gluon-usteer'
})
end
-- Custom package lists
......
......@@ -11,9 +11,9 @@
ntp_servers = {
'fd21:b4dc:4b00::a38:1', -- gw01
'fd21:b4dc:4b00::123:1',
'fd21:b4dc:4b00::123:2',
'fd21:b4dc:4b00::123:3',
'fd21:b4dc:4b00::123:1',
'fd21:b4dc:4b00::123:2',
'fd21:b4dc:4b00::123:3',
},
opkg = {
......@@ -52,15 +52,15 @@
},
ssid_changer = {
enabled = true,
switch_timeframe = 15,
first = 5,
prefix = 'FFS_Offline_',
suffix = 'nodename',
tq_limit_enabled = false,
tq_limit_max = 45,
tq_limit_min = 35
enabled = true,
switch_timeframe = 15,
first = 5,
prefix = 'FFS_Offline_',
suffix = 'nodename',
tq_limit_enabled = false,
tq_limit_max = 45,
tq_limit_min = 35
},
mesh = {
......@@ -76,7 +76,7 @@
},
mesh_vpn = {
enabled = true,
enabled = true,
mtu = 1340,
fastd = {
mtu = 1340,
......@@ -223,4 +223,20 @@
},
},
},
usteer = {
network = {
enabled = true,
wireless = true,
wired = true,
update_interval = 5000,
update_timeout = 12
},
band_steering = {
enabled = true,
min_snr = -60,
interval = 40000
}
},
}
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