43 lines
959 B
Makefile
43 lines
959 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-core \
|
|
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-segment-mld \
|
|
gluon-luci-admin \
|
|
gluon-luci-autoupdater \
|
|
gluon-luci-portconfig \
|
|
gluon-luci-private-wifi \
|
|
gluon-luci-wifi-config \
|
|
gluon-luci-node-role \
|
|
gluon-next-node \
|
|
gluon-mesh-vpn-fastd \
|
|
gluon-radvd \
|
|
gluon-respondd \
|
|
gluon-setup-mode \
|
|
gluon-status-page \
|
|
iwinfo \
|
|
iptables \
|
|
haveged
|
|
|
|
DEFAULT_GLUON_RELEASE := 0.9.1
|
|
|
|
# Allow overriding the release number from the command line
|
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
|
|
|
GLUON_PRIORITY ?= 0
|
|
|
|
# Region code required for some images; supported values: us eu
|
|
GLUON_REGION ?= eu
|
|
|
|
GLUON_ATH10K_MESH ?= 11s
|
|
|
|
GLUON_LANGS ?= en de
|