19 lines
418 B
Makefile
19 lines
418 B
Makefile
GLUON_SITE_PACKAGES := \
|
|
gluon-alfred \
|
|
gluon-respondd \
|
|
gluon-respondd-wifisettings \
|
|
gluon-ebtables-filter-ra-dhcp \
|
|
gluon-authorized-keys \
|
|
iputils-ping6 \
|
|
iwinfo \
|
|
iptables \
|
|
firewall \
|
|
haveged
|
|
|
|
DEFAULT_GLUON_RELEASE := 2016-breminale1
|
|
DEFAULT_GLUON_PRIORITY := 0
|
|
|
|
# Allow overriding the release number and languages from the command line
|
|
GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
|
|
GLUON_LANGS ?= en de
|