2014-01-11 10:57:56 +01:00
|
|
|
GLUON_SITE_PACKAGES := \
|
2014-03-24 10:47:02 +01:00
|
|
|
gluon-alfred \
|
2014-07-27 18:20:07 +02:00
|
|
|
gluon-announced \
|
|
|
|
gluon-ath9k-workaround \
|
2014-03-24 10:47:02 +01:00
|
|
|
gluon-autoupdater \
|
2014-01-11 10:57:56 +01:00
|
|
|
gluon-config-mode \
|
|
|
|
gluon-luci-admin \
|
|
|
|
gluon-luci-autoupdater \
|
|
|
|
gluon-mesh-batman-adv \
|
|
|
|
gluon-mesh-vpn-fastd \
|
2014-03-24 10:47:02 +01:00
|
|
|
gluon-next-node \
|
|
|
|
gluon-status-page \
|
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
|
|
|
|
2014-06-23 01:29:35 +02:00
|
|
|
DEFAULT_GLUON_RELEASE := 0.3.102-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
|
|
|
|
|
|
|
# Allow overriding the release number from the command line
|
|
|
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
2014-07-28 08:48:06 +02:00
|
|
|
GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
|