37 lines
902 B
Makefile
37 lines
902 B
Makefile
GLUON_SITE_PACKAGES := \
|
|
gluon-mesh-batman-adv-14 \
|
|
gluon-alfred \
|
|
gluon-announced \
|
|
gluon-autoupdater \
|
|
gluon-config-mode-core \
|
|
gluon-config-mode-hostname \
|
|
gluon-config-mode-autoupdater \
|
|
gluon-config-mode-mesh-vpn \
|
|
gluon-config-mode-geo-location \
|
|
gluon-config-mode-contact-info \
|
|
gluon-ebtables-filter-ra-dhcp \
|
|
gluon-luci-admin \
|
|
gluon-luci-autoupdater \
|
|
gluon-luci-private-wifi \
|
|
gluon-mesh-vpn-fastd \
|
|
gluon-next-node \
|
|
gluon-radvd \
|
|
gluon-setup-mode \
|
|
gluon-speedtest \
|
|
gluon-status-page \
|
|
gluon-wan-dnsmasq-static \
|
|
iputils-ping6 \
|
|
iwinfo \
|
|
iptables \
|
|
kmod-ipt-nathelper \
|
|
firewall \
|
|
haveged
|
|
|
|
DEFAULT_GLUON_RELEASE := 0.7~+nightly$(shell date '+%Y%m%d')
|
|
DEFAULT_GLUON_PRIORITY := 0
|
|
|
|
# Allow overriding the release number and languages from the command line
|
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
|
GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
|
|
GLUON_LANGS ?= en de
|