Skip to content
Snippets Groups Projects
site.mk 621 B
Newer Older
Bjoern Franke's avatar
Bjoern Franke committed
GLUON_SITE_PACKAGES := \
Bjoern Franke's avatar
Bjoern Franke committed
	gluon-alfred \
	gluon-announced \
	gluon-ath9k-workaround \
Bjoern Franke's avatar
Bjoern Franke committed
	gluon-autoupdater \
Bjoern Franke's avatar
Bjoern Franke committed
	gluon-config-mode \
Bjoern Franke's avatar
Bjoern Franke committed
	gluon-ebtables-filter-multicast \
	gluon-ebtables-filter-ra-dhcp \
Bjoern Franke's avatar
Bjoern Franke committed
	gluon-luci-admin \
	gluon-luci-autoupdater \
Bjoern Franke's avatar
Bjoern Franke committed
	gluon-next-node \
Bjoern Franke's avatar
Bjoern Franke committed
	gluon-mesh-batman-adv \
	gluon-mesh-vpn-fastd \
Bjoern Franke's avatar
Bjoern Franke committed
	gluon-radvd \
	gluon-status-page \
Bjoern Franke's avatar
Bjoern Franke committed
	iwinfo \
	iptables \
	haveged \
Bjoern Franke's avatar
Bjoern Franke committed
	ffol-fastdreg \
	ffol-configurator \
	ffol-nodewatcher
Bjoern Franke's avatar
Bjoern Franke committed

DEFAULT_GLUON_RELEASE := 0.5.3+0$(shell date '+%Y%m%d')
Bjoern Franke's avatar
Bjoern Franke committed

# Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)