2019-09-22 20:58:54 +02:00
|
|
|
GLUON_FEATURES := \
|
|
|
|
autoupdater \
|
|
|
|
ebtables-filter-multicast \
|
|
|
|
ebtables-filter-ra-dhcp \
|
|
|
|
ebtables-limit-arp \
|
2019-10-01 19:00:18 +02:00
|
|
|
mesh-batman-adv-15 \
|
2019-09-22 20:58:54 +02:00
|
|
|
mesh-vpn-fastd \
|
|
|
|
respondd \
|
|
|
|
status-page \
|
|
|
|
web-advanced \
|
2019-10-01 19:00:18 +02:00
|
|
|
web-wizard \
|
|
|
|
mesh-batman-adv-14
|
2019-09-22 20:58:54 +02:00
|
|
|
|
2014-01-11 10:57:56 +01:00
|
|
|
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 \
|
2015-05-01 09:50:14 +02:00
|
|
|
gluon-config-mode-core \
|
2020-01-17 21:23:40 +01:00
|
|
|
gluon-config-mode-domain-select \
|
2018-12-30 05:03:08 +01:00
|
|
|
gluon-config-mode-geo-location \
|
|
|
|
gluon-config-mode-geo-location-osm \
|
2019-09-22 20:58:54 +02:00
|
|
|
gluon-web-mesh-vpn-fastd \
|
|
|
|
gluon-web-private-wifi \
|
2016-10-08 12:24:15 +02:00
|
|
|
gluon-radv-filterd \
|
2015-05-01 09:50:14 +02:00
|
|
|
gluon-setup-mode \
|
2014-08-24 16:04:11 +02:00
|
|
|
gluon-speedtest \
|
2014-01-11 10:57:56 +01:00
|
|
|
iputils-ping6 \
|
|
|
|
iwinfo \
|
|
|
|
iptables \
|
|
|
|
firewall \
|
2019-10-01 19:00:18 +02:00
|
|
|
haveged \
|
|
|
|
gluon-scheduled-domain-switch
|
2014-05-17 15:22:07 +02:00
|
|
|
|
2017-02-26 17:06:38 +01:00
|
|
|
# Allow overriding the these variables from the command line
|
2016-12-04 13:07:00 +01:00
|
|
|
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
2019-07-17 19:03:33 +02:00
|
|
|
GLUON_BRANCH ?= stable
|
2017-02-26 17:06:38 +01:00
|
|
|
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
|
2020-01-19 17:59:20 +01:00
|
|
|
GLUON_WLAN_MESH ?= 11s
|
2019-10-01 19:00:18 +02:00
|
|
|
GLUON_MULTIDOMAIN=1
|
2020-01-12 16:22:58 +01:00
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|