2013-09-30 22:40:03 +02:00
|
|
|
GLUON_SITE_PACKAGES := \
|
2014-08-08 17:15:19 +02:00
|
|
|
gluon-mesh-batman-adv-14 \
|
2014-01-12 23:00:01 +01:00
|
|
|
gluon-alfred \
|
2014-02-21 19:22:00 +01:00
|
|
|
gluon-autoupdater \
|
2014-08-06 11:42:18 +02:00
|
|
|
gluon-config-mode-autoupdater \
|
2015-06-14 18:55:56 +02:00
|
|
|
gluon-config-mode-core \
|
2014-08-06 11:42:18 +02:00
|
|
|
gluon-config-mode-hostname \
|
|
|
|
gluon-config-mode-mesh-vpn \
|
2014-08-07 18:10:41 +02:00
|
|
|
gluon-config-mode-reboot-ffhh \
|
2014-01-10 22:13:14 +01:00
|
|
|
gluon-ebtables-filter-multicast \
|
|
|
|
gluon-ebtables-filter-ra-dhcp \
|
2014-06-27 17:47:50 +02:00
|
|
|
gluon-luci-admin \
|
2013-11-28 21:56:52 +01:00
|
|
|
gluon-luci-autoupdater \
|
2014-07-24 16:26:27 +02:00
|
|
|
gluon-luci-portconfig \
|
2015-01-17 12:42:23 +01:00
|
|
|
gluon-luci-private-wifi \
|
2016-05-07 20:27:27 +02:00
|
|
|
gluon-luci-wifi-config \
|
2013-09-30 22:40:03 +02:00
|
|
|
gluon-next-node \
|
|
|
|
gluon-mesh-vpn-fastd \
|
2014-01-11 16:09:11 +01:00
|
|
|
gluon-radvd \
|
2016-02-02 19:25:28 +01:00
|
|
|
gluon-respondd \
|
2015-06-14 18:55:56 +02:00
|
|
|
gluon-setup-mode \
|
2014-02-21 19:22:00 +01:00
|
|
|
gluon-status-page \
|
2015-10-12 22:04:14 +02:00
|
|
|
fastd-traffic-status \
|
2013-10-01 22:34:32 +02:00
|
|
|
iwinfo \
|
2013-09-30 22:40:03 +02:00
|
|
|
iptables \
|
|
|
|
haveged
|
2014-05-13 16:43:42 +02:00
|
|
|
|
|
|
|
|
2016-05-07 20:27:27 +02:00
|
|
|
DEFAULT_GLUON_RELEASE := 0.8+exp$(shell date '+%Y%m%d')
|
2014-05-13 16:43:42 +02:00
|
|
|
|
|
|
|
# Allow overriding the release number from the command line
|
|
|
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
2014-07-20 16:34:19 +02:00
|
|
|
|
|
|
|
GLUON_PRIORITY ?= 0
|
2015-04-12 22:36:24 +02:00
|
|
|
|
2016-09-08 17:39:17 +02:00
|
|
|
# Region code required for some images; supported values: us eu
|
|
|
|
GLUON_REGION ?= eu
|
|
|
|
|
2015-04-12 22:36:24 +02:00
|
|
|
GLUON_LANGS ?= en de
|