gluon-site-ffhb/site.mk

53 lines
1.1 KiB
Makefile
Raw Normal View History

GLUON_FEATURES := \
respondd \
status-page
2022-07-07 20:45:42 +02:00
#TODO ebtables... ?
GLUON_SITE_PACKAGES := \
gluon-ssid-changer \
2016-12-22 01:02:39 +01:00
respondd-module-airtime \
gluon-config-mode-core \
gluon-config-mode-hostname \
gluon-config-mode-contact-info \
gluon-config-mode-geo-location \
2019-07-04 03:42:36 +02:00
gluon-client-bridge \
gluon-speedtest \
iwinfo \
2019-07-03 22:12:07 +02:00
firewall \
2019-06-05 09:49:44 +02:00
haveged \
2022-07-07 20:45:42 +02:00
gluon-authorized-keys
#TODO iptables ?
#TODO iputils-ping6 ?
# own packages
# just for easy find
GLUON_SITE_PACKAGES += \
ffhb-breminale \
respondd-wifi \
2019-06-05 09:49:44 +02:00
respondd-module-wifisettings \
respondd-module-interface-address \
2022-07-07 20:45:42 +02:00
respondd-module-lldp \
reghack \
tcpdump
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=+))
GLUON_AUTOUPDATE_BRANCH ?= stable
2022-05-22 15:36:09 +02:00
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 += \
2022-07-07 20:45:42 +02:00
$(DEBUG_PACKAGES)
2018-07-15 17:44:10 +02:00
endif