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-07-24 16:26:27 +02:00
|
|
|
gluon-announced \
|
2014-02-21 19:22:00 +01:00
|
|
|
gluon-autoupdater \
|
2014-08-06 11:42:18 +02:00
|
|
|
gluon-config-mode-autoupdater \
|
2015-04-26 18:40:08 +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-02-22 08:40:07 +01:00
|
|
|
gluon-legacy \
|
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 \
|
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 \
|
2015-04-26 18:40:08 +02:00
|
|
|
gluon-setup-mode \
|
2014-02-21 19:22:00 +01:00
|
|
|
gluon-status-page \
|
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
|
|
|
|
|
|
|
|
2015-01-07 20:57:14 +01:00
|
|
|
DEFAULT_GLUON_RELEASE := 0.6+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
|
|
|
|
|
|
|
GLUON_LANGS ?= en de
|