-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathsite.mk
44 lines (34 loc) · 904 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
39
40
41
42
43
44
GLUON_FEATURES := \
alfred \
autoupdater \
config-mode-geo-location-osm \
ebtables-filter-multicast \
ebtables-filter-ra-dhcp \
ebtables-source-filter \
mesh-batman-adv-15 \
mesh-vpn-fastd \
scheduled-domain-switch \
radvd \
respondd \
status-page \
web-advanced \
web-mesh-vpn-fastd \
web-private-wifi \
web-wizard
GLUON_SITE_PACKAGES := \
iwinfo \
respondd-module-airtime
DEFAULT_GLUON_RELEASE := 0.14.2~exp$(shell date '+%Y%m%d')
# gitlab-ci: use commit tag, if avalable as version number
GLUON_RELEASE ?= $(subst v,,$(CI_COMMIT_TAG)) # remove the **v** from version number, because it breaks the autoupdater
ifeq ($(GLUON_RELEASE),)
GLUON_RELEASE := $(DEFAULT_GLUON_RELEASE)
endif
GLUON_AUTOUPDATER_ENABLED = 1
GLUON_AUTOUPDATER_BRANCH ?= stable
GLUON_PRIORITY ?= 0
GLUON_REGION ?= eu
GLUON_LANGS ?= en de
GLUON_MULTIDOMAIN=1
GLUON_DEPRECATED?=full
GLUON_BRANCH?=stable