2015-04-23 09:04:38 +02:00
|
|
|
GLUON_SITE_PACKAGES := \
|
2019-11-16 18:11:05 +01:00
|
|
|
gluon-mesh-batman-adv-15 \
|
2015-04-23 09:04:38 +02:00
|
|
|
gluon-alfred \
|
|
|
|
gluon-autoupdater \
|
|
|
|
gluon-config-mode-autoupdater \
|
2019-10-31 22:14:16 +01:00
|
|
|
gluon-config-mode-contact-info \
|
2015-07-11 00:39:56 +02:00
|
|
|
gluon-config-mode-core \
|
2019-10-31 22:14:16 +01:00
|
|
|
gluon-config-mode-geo-location \
|
2015-04-23 09:04:38 +02:00
|
|
|
gluon-config-mode-hostname \
|
|
|
|
gluon-config-mode-mesh-vpn \
|
|
|
|
gluon-ebtables-filter-multicast \
|
|
|
|
gluon-ebtables-filter-ra-dhcp \
|
2016-11-22 16:09:00 +01:00
|
|
|
gluon-ebtables-segment-mld \
|
2023-08-16 11:42:12 +02:00
|
|
|
gluon-web-admin \
|
|
|
|
gluon-web-autoupdater \
|
|
|
|
gluon-web-network \
|
|
|
|
gluon-web-private-wifi \
|
|
|
|
gluon-web-wifi-config \
|
|
|
|
gluon-web-node-role \
|
2015-04-23 09:04:38 +02:00
|
|
|
gluon-mesh-vpn-fastd \
|
|
|
|
gluon-radvd \
|
2016-03-11 19:31:00 +01:00
|
|
|
gluon-respondd \
|
2015-07-11 00:39:56 +02:00
|
|
|
gluon-setup-mode \
|
2015-04-23 09:04:38 +02:00
|
|
|
gluon-status-page \
|
|
|
|
iwinfo \
|
|
|
|
iptables \
|
|
|
|
haveged
|
|
|
|
|
2023-08-16 11:42:12 +02:00
|
|
|
DEFAULT_GLUON_RELEASE := 0.10
|
2015-04-23 09:04:38 +02:00
|
|
|
|
|
|
|
# Allow overriding the release number from the command line
|
|
|
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
|
|
|
|
|
|
|
GLUON_PRIORITY ?= 0
|
2015-07-11 00:39:56 +02:00
|
|
|
|
2016-11-22 16:05:34 +01:00
|
|
|
# Region code required for some images; supported values: us eu
|
|
|
|
GLUON_REGION ?= eu
|
|
|
|
|
2016-11-22 16:06:32 +01:00
|
|
|
GLUON_ATH10K_MESH ?= 11s
|
|
|
|
|
2015-07-11 00:39:56 +02:00
|
|
|
GLUON_LANGS ?= en de
|