40 lines
880 B
Makefile
40 lines
880 B
Makefile
GLUON_SITE_PACKAGES := \
|
|
gluon-mesh-batman-adv-15 \
|
|
gluon-alfred \
|
|
gluon-autoupdater \
|
|
gluon-config-mode-autoupdater \
|
|
gluon-config-mode-contact-info \
|
|
gluon-config-mode-geo-location \
|
|
gluon-config-mode-hostname \
|
|
gluon-config-mode-mesh-vpn \
|
|
gluon-ebtables-filter-multicast \
|
|
gluon-ebtables-filter-ra-dhcp \
|
|
gluon-ebtables-limit-arp \
|
|
gluon-web-admin \
|
|
gluon-web-autoupdater \
|
|
gluon-web-network \
|
|
gluon-web-private-wifi \
|
|
gluon-web-wifi-config \
|
|
gluon-web-node-role \
|
|
gluon-mesh-vpn-fastd \
|
|
gluon-radvd \
|
|
gluon-respondd \
|
|
gluon-status-page \
|
|
iwinfo \
|
|
iptables \
|
|
haveged
|
|
|
|
DEFAULT_GLUON_RELEASE := 0.11
|
|
|
|
# Allow overriding the release number from the command line
|
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
|
|
|
GLUON_PRIORITY ?= 2
|
|
|
|
# Region code required for some images; supported values: us eu
|
|
GLUON_REGION ?= eu
|
|
|
|
GLUON_WLAN_MESH ?= 11s
|
|
|
|
GLUON_LANGS ?= en de
|