gluon-site-ffhb/site.mk

42 lines
847 B
Makefile
Raw Normal View History

2019-10-04 14:44:07 +02:00
GLUON_FEATURES := \
autoupdater \
mesh-babel \
mesh-vpn-wireguard \
respondd \
status-page \
web-advanced \
web-wizard
GLUON_SITE_PACKAGES := \
2018-07-15 17:44:10 +02:00
gluon-l3roamd \
2016-12-22 01:02:39 +01:00
respondd-module-airtime \
gluon-config-mode-core \
2018-07-15 17:44:10 +02:00
gluon-client-bridge \
gluon-setup-mode \
gluon-speedtest \
iputils-ping6 \
iwinfo \
iptables \
2018-07-15 17:44:10 +02:00
gluon-iptables-clamp-mss-to-pmtu \
2019-08-27 23:19:37 +02:00
babeldev \
2019-10-04 14:44:07 +02:00
haveged
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
2019-10-04 14:44:07 +02:00
GLUON_DEPRECATED ?= upgrade
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 += \
2019-08-27 23:19:37 +02:00
$(DEBUG_PACKAGES)
2018-07-15 17:44:10 +02:00
endif