gluon-site-ffhb/site.mk

53 lines
1.1 KiB
Makefile
Raw Normal View History

GLUON_SITE_PACKAGES := \
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 \
2019-07-03 22:12:07 +02:00
gluon-web-mesh-vpn-fastd \
2019-06-05 09:49:44 +02:00
gluon-web-network \
2019-06-22 02:47:17 +02:00
gluon-web-wifi-config \
2019-07-04 03:42:36 +02:00
gluon-client-bridge \
gluon-setup-mode \
gluon-speedtest \
gluon-status-page \
iputils-ping6 \
iwinfo \
iptables \
2019-07-03 22:12:07 +02:00
firewall \
2019-06-05 09:49:44 +02:00
haveged \
gluon-authorized-keys \
respondd-wifi \
2019-06-05 09:49:44 +02:00
respondd-module-wifisettings \
respondd-module-interface-address \
2019-07-03 22:12:07 +02:00
ffhb-breminale \
2019-06-05 09:49:44 +02:00
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=+))
2022-05-22 15:36:09 +02:00
GLUON_AUTOUPDATE_BRANCH ?= stabel
GLUON_AUTOUPDATER_ENABLED ?= 1
GLUON_PRIORITY ?= 0
2019-07-03 22:12:07 +02:00
GLUON_DEPRECATED ?= 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