2014-01-11 10:57:56 +01:00
|
|
|
GLUON_SITE_PACKAGES := \
|
2014-03-24 10:47:02 +01:00
|
|
|
gluon-alfred \
|
|
|
|
gluon-autoupdater \
|
2014-01-11 10:57:56 +01:00
|
|
|
gluon-config-mode \
|
2014-06-22 23:54:19 +02:00
|
|
|
gluon-firewall \
|
2014-01-11 10:57:56 +01:00
|
|
|
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-22 22:24:33 +02:00
|
|
|
DEFAULT_GLUON_RELEASE := 0.3.101-nightly$(shell date '+%Y%m%d')
|
2014-05-17 15:22:07 +02:00
|
|
|
|
|
|
|
# Allow overriding the release number from the command line
|
|
|
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|