diff --git a/Makefile b/Makefile index c190dc59..efae9820 100644 --- a/Makefile +++ b/Makefile @@ -35,11 +35,12 @@ $(GLUON_SITEDIR)/site.mk: include $(GLUON_SITEDIR)/site.mk +GLUON_WLAN_MESH ?=11s GLUON_RELEASE ?= $(error GLUON_RELEASE not set. GLUON_RELEASE can be set in site.mk or on the command line) -export GLUON_RELEASE GLUON_ATH10K_MESH GLUON_REGION GLUON_DEBUG +export GLUON_RELEASE GLUON_WLAN_MESH GLUON_REGION GLUON_DEBUG show-release: @echo '$(GLUON_RELEASE)'