2014-01-11 10:57:56 +01:00
|
|
|
GLUON_SITE_PACKAGES := \
|
2014-03-24 10:47:02 +01:00
|
|
|
gluon-alfred \
|
2016-07-09 18:14:00 +02:00
|
|
|
gluon-client-bridge \
|
2016-02-02 11:13:33 +01:00
|
|
|
gluon-respondd \
|
2016-07-02 16:29:49 +02:00
|
|
|
gluon-respondd-airtime \
|
2016-07-11 20:19:13 +02:00
|
|
|
gluon-respondd-clients \
|
2016-07-13 00:54:48 +02:00
|
|
|
gluon-respondd-lldp \
|
2016-07-09 00:58:49 +02:00
|
|
|
gluon-respondd-wifisettings \
|
2014-08-28 12:31:18 +02:00
|
|
|
gluon-ebtables-filter-ra-dhcp \
|
2016-07-09 16:13:27 +02:00
|
|
|
gluon-ebtables-filter-multicast \
|
2016-07-09 19:56:23 +02:00
|
|
|
gluon-node-info \
|
2016-06-28 11:54:59 +02:00
|
|
|
gluon-authorized-keys \
|
2014-01-11 10:57:56 +01:00
|
|
|
iputils-ping6 \
|
|
|
|
iwinfo \
|
|
|
|
iptables \
|
|
|
|
firewall \
|
2016-07-09 16:13:27 +02:00
|
|
|
ffhb-breminale \
|
2016-07-09 00:58:49 +02:00
|
|
|
reghack \
|
2014-03-24 10:47:02 +01:00
|
|
|
haveged
|
2014-05-17 15:22:07 +02:00
|
|
|
|
2016-06-28 11:54:59 +02:00
|
|
|
DEFAULT_GLUON_RELEASE := 2016-breminale1
|
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-07-28 08:48:06 +02:00
|
|
|
GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
|
2015-03-18 22:24:31 +01:00
|
|
|
GLUON_LANGS ?= en de
|