48 lines
1.1 KiB
Makefile
48 lines
1.1 KiB
Makefile
GLUON_FEATURES := \
|
|
mesh-batman-adv-15 \
|
|
respondd \
|
|
neighbour-info \
|
|
autoupdater \
|
|
config-mode-autoupdater \
|
|
config-mode-hostname \
|
|
config-mode-geo-location \
|
|
config-mode-contact-info \
|
|
config-mode-mesh-vpn \
|
|
config-mode-domain-select \
|
|
mesh-vpn-tunneldigger \
|
|
ebtables-filter-multicast \
|
|
ebtables-filter-ra-dhcp \
|
|
web-admin \
|
|
web-autoupdater \
|
|
web-network \
|
|
web-private-wifi \
|
|
status-page-mesh-batman-adv \
|
|
web-node-role \
|
|
status-page \
|
|
|
|
GLUON_SITE_PACKAGES := \
|
|
iwinfo \
|
|
iw-full \
|
|
gluon-ssid-changer \
|
|
gluon-banner \
|
|
gluon-check-client-mesh \
|
|
gluon-check-mesh \
|
|
rsk-nightswitch \
|
|
gluon-rsk-block-mesh \
|
|
gluon-rsk-config \
|
|
gluon-ping-check \
|
|
gluon-rsk-speedlimit \
|
|
|
|
GLUON_MULTIDOMAIN=1
|
|
DEFAULT_GLUON_RELEASE := 2014.4-stable-2.1
|
|
# Allow overriding the release number from the command line
|
|
|
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
|
GLUON_PRIORITY ?= 0
|
|
GLUON_LANGS ?= en de
|
|
GLUON_REGION ?= eu
|
|
GLUON_DEPRECATED ?= full
|
|
|
|
# Build ATH10K images
|
|
GLUON_ATH10K_MESH ?= 11s
|