2014-01-11 10:57:56 +01:00
|
|
|
GLUON_SITE_PACKAGES := \
|
2014-03-24 10:47:02 +01:00
|
|
|
gluon-alfred \
|
2016-02-02 11:13:33 +01:00
|
|
|
gluon-respondd \
|
2016-06-28 11:54:59 +02:00
|
|
|
gluon-respondd-wifisettings \
|
2014-08-28 12:31:18 +02:00
|
|
|
gluon-ebtables-filter-ra-dhcp \
|
2016-06-28 11:54:59 +02:00
|
|
|
gluon-authorized-keys \
|
2014-01-11 10:57:56 +01:00
|
|
|
iputils-ping6 \
|
|
|
|
iwinfo \
|
|
|
|
iptables \
|
|
|
|
firewall \
|
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
|