From c5a9b2e4f8b8c49bd7e6a2693b86d2469f8e1cbb Mon Sep 17 00:00:00 2001 From: Krombel Date: Mon, 19 Nov 2018 17:19:57 +0100 Subject: [PATCH] set default mesh to ibss (legacy) --- site.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site.mk b/site.mk index 9664d02..08510a2 100644 --- a/site.mk +++ b/site.mk @@ -166,6 +166,9 @@ GLUON_TLWDR4900_SITE_PACKAGES := $(USB_PACKAGES_BASIC) $(TOOLS_PACKAGES) $(USB_P DEFAULT_GLUON_RELEASE := snapshot~$(shell date '+%Y%m%d') +# default to ibss meshing (legacy) +GLUON_WLAN_MESH = ibss + # Allow overriding the release number from the command line GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)