26 lines
587 B
Makefile
Executable File
26 lines
587 B
Makefile
Executable File
GLUON_SITE_PACKAGES := \
|
|
gluon-mesh-babel \
|
|
gluon-l3roamd \
|
|
gluon-respondd \
|
|
respondd-module-airtime \
|
|
respondd-module-wifisettings \
|
|
gluon-respondd-lldp \
|
|
gluon-client-bridge \
|
|
gluon-radvd \
|
|
gluon-authorized-keys \
|
|
ffhb-breminale \
|
|
iputils-ping6 \
|
|
ip-tiny \
|
|
iwinfo \
|
|
iptables \
|
|
reghack \
|
|
haveged
|
|
|
|
# Variables set with ?= can be overwritten from the command line
|
|
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
|
export GLUON_BRANCH ?= stable
|
|
GLUON_PRIORITY ?= 7
|
|
GLUON_LANGS ?= en de
|
|
GLUON_REGION ?= eu
|
|
GLUON_ATH10K_MESH ?= 11s
|