gluon-site-ffhb/site.mk

49 lines
1.1 KiB
Makefile
Raw Normal View History

GLUON_FEATURES := \
autoupdater \
ebtables-filter-multicast \
ebtables-filter-ra-dhcp \
ebtables-limit-arp \
mesh-batman-adv-15 \
mesh-vpn-fastd \
respondd \
status-page \
web-advanced \
2022-07-20 19:48:38 +02:00
web-wizard
GLUON_SITE_PACKAGES := \
2020-07-21 23:42:25 +02:00
gluon-ssid-changer \
2016-12-22 01:02:39 +01:00
respondd-module-airtime \
gluon-config-mode-core \
2020-01-17 21:23:40 +01:00
gluon-config-mode-domain-select \
gluon-config-mode-geo-location \
gluon-config-mode-geo-location-osm \
2022-06-06 15:52:44 +02:00
gluon-web-mesh-vpn-fastd \
gluon-web-private-wifi \
2016-10-08 12:24:15 +02:00
gluon-radv-filterd \
gluon-setup-mode \
gluon-speedtest \
iwinfo \
firewall \
2022-07-20 19:48:38 +02:00
urngd \
gluon-scheduled-domain-switch
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-07-20 19:48:38 +02:00
GLUON_AUTOUPDATER_BRANCH ?= stable
GLUON_AUTOUPDATER_ENABLED ?= 1
GLUON_PRIORITY ?= 0
2019-07-17 19:03:33 +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
GLUON_MULTIDOMAIN=1
EXCLUDE_NO_WIFI:= -respondd-module-airtime
# ramips-mt7621
ifeq ($(GLUON_TARGET),ramips-mt7621)
GLUON_ubnt-erx_SITE_PACKAGES += $(EXCLUDE_NO_WIFI)
GLUON_ubnt-erx-sfp_SITE_PACKAGES += $(EXCLUDE_NO_WIFI)
endif