gluon-site-ffhb/site.mk

51 lines
1.1 KiB
Makefile
Raw Normal View History

GLUON_SITE_PACKAGES := \
2018-07-15 17:44:10 +02:00
gluon-mesh-babel \
gluon-l3roamd \
gluon-respondd \
2016-12-22 01:02:39 +01:00
respondd-module-airtime \
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-web-admin \
gluon-web-autoupdater \
gluon-web-wifi-config \
2019-06-05 09:49:44 +02:00
gluon-web-network \
2018-07-15 17:44:10 +02:00
gluon-client-bridge \
2015-05-03 00:49:22 +02:00
gluon-radvd \
gluon-setup-mode \
gluon-speedtest \
gluon-status-page \
iputils-ping6 \
iwinfo \
iptables \
2018-07-15 17:44:10 +02:00
gluon-iptables-clamp-mss-to-pmtu \
2019-06-05 09:49:44 +02:00
babeldev \
haveged \
gluon-authorized-keys \
respondd-module-wifisettings \
reghack
2014-05-17 15:22:07 +02:00
# Allow overriding the these variables from the command line
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
2018-07-15 17:44:10 +02:00
export GLUON_BRANCH ?= babel
GLUON_PRIORITY ?= 0
2015-03-18 22:24:31 +01:00
GLUON_LANGS ?= en de
2016-09-08 16:45:47 +02:00
GLUON_REGION ?= eu
2018-07-15 17:44:10 +02:00
GLUON_WLAN_MESH ?= 11s
# Debug packages
DEBUG_PACKAGES := \
tcpdump
# x86-64
ifeq ($(GLUON_TARGET),x86-64)
GLUON_SITE_PACKAGES += \
$(DEBUG_PACKAGES) \
haveged
2018-07-15 17:44:10 +02:00
endif