2015-03-03 11:27:16 +01:00
|
|
|
GLUON_SITE_PACKAGES := \
|
2015-03-18 15:15:32 +01:00
|
|
|
gluon-mesh-batman-adv-15 \
|
2015-03-03 11:27:16 +01:00
|
|
|
gluon-alfred \
|
|
|
|
gluon-announced \
|
|
|
|
gluon-autoupdater \
|
2015-05-19 14:17:58 +02:00
|
|
|
gluon-config-mode-core \
|
2015-03-03 11:27:16 +01:00
|
|
|
gluon-config-mode-autoupdater \
|
|
|
|
gluon-config-mode-hostname \
|
|
|
|
gluon-config-mode-mesh-vpn \
|
|
|
|
gluon-config-mode-geo-location \
|
|
|
|
gluon-config-mode-contact-info \
|
|
|
|
gluon-ebtables-filter-multicast \
|
|
|
|
gluon-ebtables-filter-ra-dhcp \
|
|
|
|
gluon-luci-admin \
|
|
|
|
gluon-luci-autoupdater \
|
|
|
|
gluon-luci-portconfig \
|
2015-05-19 14:17:58 +02:00
|
|
|
gluon-luci-wifi-config \
|
2015-03-03 11:27:16 +01:00
|
|
|
gluon-luci-private-wifi \
|
|
|
|
gluon-next-node \
|
|
|
|
gluon-mesh-vpn-fastd \
|
|
|
|
gluon-radvd \
|
2015-05-19 14:17:58 +02:00
|
|
|
gluon-setup-mode \
|
2015-03-03 11:27:16 +01:00
|
|
|
gluon-status-page \
|
|
|
|
iwinfo \
|
|
|
|
iptables \
|
2015-05-19 14:17:58 +02:00
|
|
|
haveged \
|
|
|
|
gluon-ebtables-filter-arp-ffmuc \
|
|
|
|
gluon-ebtables-filter-multicast-ffmuc
|
2015-03-03 11:27:16 +01:00
|
|
|
|
|
|
|
|
|
|
|
DEFAULT_GLUON_RELEASE := snapshot~$(shell date '+%Y%m%d')
|
|
|
|
|
|
|
|
# Allow overriding the release number from the command line
|
|
|
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
|
|
|
|
|
|
|
GLUON_PRIORITY ?= 0
|
2015-05-19 14:17:58 +02:00
|
|
|
|
|
|
|
# Languages to include
|
|
|
|
GLUON_LANGS ?= en de
|