Makefile: Introduce GLUON_ATH10K_MESH variable

This commit is contained in:
Oliver Heimlich
2018-02-15 23:35:47 +01:00
parent 76e8a5bffd
commit 56436a7b20
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Freifunk München Firmware Changelog
## v2017.2
UNRELEASED
- Makefile
- Enabled firmware with ath10k WLAN driver
## v2017.1
- Updated to Gluon v2017.7

View File

@@ -25,7 +25,8 @@ JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
GLUON_MAKE := ${MAKE} -j ${JOBS} -C ${GLUON_BUILD_DIR} \
GLUON_RELEASE=${GLUON_RELEASE} \
GLUON_BRANCH=${GLUON_BRANCH}
GLUON_BRANCH=${GLUON_BRANCH} \
GLUON_ATH10K_MESH=ibss
all: info
${MAKE} manifest