-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.mk
38 lines (31 loc) · 907 Bytes
/
site.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Continue building deprecated targets
GLUON_DEPRECATED ?= full
GLUON_FEATURES := \
alfred \
autoupdater \
ebtables-filter-multicast \
ebtables-filter-ra-dhcp \
mesh-batman-adv-15 \
mesh-vpn-fastd \
radvd \
respondd \
status-page \
web-advanced \
web-logging \
web-private-wifi \
web-wizard
GLUON_SITE_PACKAGES := \
ffmr-yolokey-client \
gluon-config-mode-geo-location-osm \
iwinfo
DEFAULT_GLUON_RELEASE := snapshot-$(shell date '+%Y%m%d%H%M%S')
DEFAULT_GLUON_PRIORITY := 0
# Region code required for some images; supported values: us eu
GLUON_REGION ?= eu
# Generate images with 11s meshing for ath10k devices
GLUON_ATH10K_MESH ?= 11s
# languages to include in images
GLUON_LANGS ?= en de
# Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
GLUON_PRIORITY ?= ${DEFAULT_GLUON_PRIORITY}