2015-04-23 09:04:38 +02:00
|
|
|
GLUON_SITE_PACKAGES := \
|
|
|
|
gluon-mesh-batman-adv-14 \
|
|
|
|
gluon-alfred \
|
|
|
|
gluon-autoupdater \
|
|
|
|
gluon-config-mode-autoupdater \
|
2015-07-11 00:39:56 +02:00
|
|
|
gluon-config-mode-core \
|
2015-04-23 09:04:38 +02:00
|
|
|
gluon-config-mode-hostname \
|
|
|
|
gluon-config-mode-mesh-vpn \
|
|
|
|
gluon-config-mode-reboot-ffhh \
|
|
|
|
gluon-ebtables-filter-multicast \
|
|
|
|
gluon-ebtables-filter-ra-dhcp \
|
2016-11-22 16:09:00 +01:00
|
|
|
gluon-ebtables-segment-mld \
|
2015-04-23 09:04:38 +02:00
|
|
|
gluon-luci-admin \
|
|
|
|
gluon-luci-autoupdater \
|
|
|
|
gluon-luci-portconfig \
|
|
|
|
gluon-luci-private-wifi \
|
|
|
|
gluon-next-node \
|
|
|
|
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 \
|
2015-12-05 14:33:31 +01:00
|
|
|
fastd-traffic-status \
|
2015-04-23 09:04:38 +02:00
|
|
|
iwinfo \
|
|
|
|
iptables \
|
|
|
|
haveged
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-03-11 19:31:00 +01:00
|
|
|
DEFAULT_GLUON_RELEASE := 0.8
|
2015-04-23 09:04:38 +02:00
|
|
|
# for experimental firmware:
|
|
|
|
# DEFAULT_GLUON_RELEASE := 0.6+exp$(shell date '+%Y%m%d')
|
|
|
|
|
|
|
|
# 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
|