diff --git a/site.conf b/site.conf index 0e30fb86f051dc40d2b053f14e592ec4e3274865..1cd795e12fd0dbc47bf1040c64a9fbf1bd98b02b 100644 --- a/site.conf +++ b/site.conf @@ -39,6 +39,7 @@ mesh = { id = 'testing-ffnw-mesh_', mcast_rate = 12000, + disabled = true, }, }, wifi5 = { @@ -55,6 +56,7 @@ mesh = { id = 'testing-ffnw-mesh_', mcast_rate = 12000, + disabled = true, }, }, diff --git a/site.mk b/site.mk index 6afb9fc44e5c80bedbd5f83e2f61c8936fb01aeb..cee3d72eb2e355244468cb6faf4d4bebb4bd753d 100644 --- a/site.mk +++ b/site.mk @@ -28,7 +28,7 @@ GLUON_SITE_PACKAGES := \ ffnw-multiple-v6-watchdoog \ ffnw-hoodselector-ctl \ netmon-node-client \ - ffnw-disable-11s \ + ffnw-disable-11s USB_BASIC := \ kmod-usb-core \