From 83d371b97dcdbf677e2169b9050d7719b4bc1c63 Mon Sep 17 00:00:00 2001
From: Jan-Tarek Butt <tarek@ring0.de>
Date: Tue, 22 Aug 2017 23:11:11 +0200
Subject: [PATCH] disable 11s by default and fix pkg list

---
 site.conf | 2 ++
 site.mk   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/site.conf b/site.conf
index 0e30fb8..1cd795e 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 6afb9fc..cee3d72 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 \
-- 
GitLab