2014-01-11 10:57:56 +01:00
|
|
|
GLUON_SITE_PACKAGES := \
|
2016-02-02 11:13:33 +01:00
|
|
|
gluon-respondd \
|
2016-12-22 01:02:39 +01:00
|
|
|
respondd-module-airtime \
|
2014-03-24 10:47:02 +01:00
|
|
|
gluon-autoupdater \
|
2015-05-01 09:50:14 +02:00
|
|
|
gluon-config-mode-core \
|
2014-08-05 16:02:26 +02:00
|
|
|
gluon-config-mode-hostname \
|
|
|
|
gluon-config-mode-autoupdater \
|
|
|
|
gluon-config-mode-mesh-vpn \
|
|
|
|
gluon-config-mode-geo-location \
|
|
|
|
gluon-config-mode-contact-info \
|
2017-02-26 17:06:38 +01:00
|
|
|
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 \
|
2015-05-01 09:50:14 +02:00
|
|
|
gluon-setup-mode \
|
2014-08-24 16:04:11 +02:00
|
|
|
gluon-speedtest \
|
2014-03-24 10:47:02 +01:00
|
|
|
gluon-status-page \
|
2014-01-11 10:57:56 +01:00
|
|
|
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 \
|
2019-07-05 09:26:16 +02:00
|
|
|
respondd-wifi \
|
2019-06-05 09:49:44 +02:00
|
|
|
respondd-module-wifisettings \
|
2019-07-04 15:09:56 +02:00
|
|
|
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
|
|
|
|
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=+))
|
2018-07-15 17:44:10 +02:00
|
|
|
export GLUON_BRANCH ?= babel
|
2017-02-26 17:06:38 +01:00
|
|
|
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 += \
|
2019-05-28 22:38:50 +02:00
|
|
|
$(DEBUG_PACKAGES) \
|
|
|
|
haveged
|
2018-07-15 17:44:10 +02:00
|
|
|
endif
|