From db1940a3e2f47e4b94397398981f990aeeb1b682 Mon Sep 17 00:00:00 2001 From: Flip <philippe@pilarkto.net> Date: Wed, 2 Nov 2016 15:07:27 +0100 Subject: [PATCH] Setting GLUON_ATH10K_MESH to ibss will enable generation of images for ath10k devices and install the firmware for the corresponding WLAN mode --- site.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site.mk b/site.mk index 159720f0a..7a4e7553f 100644 --- a/site.mk +++ b/site.mk @@ -39,3 +39,6 @@ GLUON_REGION ?= eu # Default priority for updates. GLUON_PRIORITY ?= 0.1 + +#enable generation of images for ath10k devices with ibss mode +GLUON_ATH10K_MESH=ibss -- GitLab