From 479046793b6ce1c3e1109118bc0cbbf2b72ddabe Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt Date: Sun, 7 Jan 2018 21:43:45 +0100 Subject: [PATCH] Makefile: add space to GLUON_WLAN_MESH --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efae9820..274f1581 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ $(GLUON_SITEDIR)/site.mk: include $(GLUON_SITEDIR)/site.mk -GLUON_WLAN_MESH ?=11s +GLUON_WLAN_MESH ?= 11s GLUON_RELEASE ?= $(error GLUON_RELEASE not set. GLUON_RELEASE can be set in site.mk or on the command line)