Skip to content
Snippets Groups Projects
Commit 83d371b9 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

disable 11s by default and fix pkg list

parent c18ccf17
No related branches found
No related tags found
1 merge request!26disable 11s by default and fix pkg list
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
mesh = { mesh = {
id = 'testing-ffnw-mesh_', id = 'testing-ffnw-mesh_',
mcast_rate = 12000, mcast_rate = 12000,
disabled = true,
}, },
}, },
wifi5 = { wifi5 = {
...@@ -55,6 +56,7 @@ ...@@ -55,6 +56,7 @@
mesh = { mesh = {
id = 'testing-ffnw-mesh_', id = 'testing-ffnw-mesh_',
mcast_rate = 12000, mcast_rate = 12000,
disabled = true,
}, },
}, },
......
...@@ -28,7 +28,7 @@ GLUON_SITE_PACKAGES := \ ...@@ -28,7 +28,7 @@ GLUON_SITE_PACKAGES := \
ffnw-multiple-v6-watchdoog \ ffnw-multiple-v6-watchdoog \
ffnw-hoodselector-ctl \ ffnw-hoodselector-ctl \
netmon-node-client \ netmon-node-client \
ffnw-disable-11s \ ffnw-disable-11s
USB_BASIC := \ USB_BASIC := \
kmod-usb-core \ kmod-usb-core \
......
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