2014-01-11 10:57:56 +01:00
|
|
|
GLUON_SITE_PACKAGES := \
|
2014-08-10 16:33:56 +02:00
|
|
|
gluon-mesh-batman-adv-14 \
|
2014-03-24 10:47:02 +01:00
|
|
|
gluon-alfred \
|
2014-07-27 18:20:07 +02:00
|
|
|
gluon-announced \
|
2014-03-24 10:47:02 +01:00
|
|
|
gluon-autoupdater \
|
2015-05-01 09:50:14 +02:00
|
|
|
gluon-config-mode-core \
|
2014-08-05 16:02:26 +02:00
|
|
|
gluon-config-mode-hostname \
|
|
|
|
gluon-config-mode-autoupdater \
|
|
|
|
gluon-config-mode-mesh-vpn \
|
|
|
|
gluon-config-mode-geo-location \
|
|
|
|
gluon-config-mode-contact-info \
|
2014-08-28 12:31:18 +02:00
|
|
|
gluon-ebtables-filter-ra-dhcp \
|
2014-01-11 10:57:56 +01:00
|
|
|
gluon-luci-admin \
|
|
|
|
gluon-luci-autoupdater \
|
2014-08-05 16:02:26 +02:00
|
|
|
gluon-luci-private-wifi \
|
2014-01-11 10:57:56 +01:00
|
|
|
gluon-mesh-vpn-fastd \
|
2014-03-24 10:47:02 +01:00
|
|
|
gluon-next-node \
|
2015-05-03 00:49:22 +02:00
|
|
|
gluon-radvd \
|
2015-05-01 09:50:14 +02:00
|
|
|
gluon-setup-mode \
|
2014-08-24 16:04:11 +02:00
|
|
|
gluon-speedtest \
|
2014-03-24 10:47:02 +01:00
|
|
|
gluon-status-page \
|
2014-08-08 21:58:26 +02:00
|
|
|
gluon-wan-dnsmasq-static \
|
2014-01-11 10:57:56 +01:00
|
|
|
iputils-ping6 \
|
|
|
|
iwinfo \
|
|
|
|
iptables \
|
|
|
|
kmod-ipt-nathelper \
|
|
|
|
firewall \
|
2014-03-24 10:47:02 +01:00
|
|
|
haveged
|
2014-05-17 15:22:07 +02:00
|
|
|
|
2015-05-10 22:10:00 +02:00
|
|
|
DEFAULT_GLUON_RELEASE := 0.7~+nightly$(shell date '+%Y%m%d')
|
2014-07-28 08:48:06 +02:00
|
|
|
DEFAULT_GLUON_PRIORITY := 0
|
2014-05-17 15:22:07 +02:00
|
|
|
|
2015-03-18 22:24:31 +01:00
|
|
|
# Allow overriding the release number and languages from the command line
|
2014-05-17 15:22:07 +02:00
|
|
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
2014-07-28 08:48:06 +02:00
|
|
|
GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
|
2015-03-18 22:24:31 +01:00
|
|
|
GLUON_LANGS ?= en de
|