41 lines
1007 B
Makefile
41 lines
1007 B
Makefile
GLUON_SITE_PACKAGES := \
|
|
gluon-mesh-batman-adv-14 \
|
|
gluon-alfred \
|
|
gluon-respondd \
|
|
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-ebtables-filter-multicast \
|
|
gluon-ebtables-filter-ra-dhcp \
|
|
gluon-luci-admin \
|
|
gluon-luci-autoupdater \
|
|
gluon-luci-mesh-vpn-fastd \
|
|
gluon-luci-portconfig \
|
|
gluon-luci-private-wifi \
|
|
gluon-luci-wifi-config \
|
|
gluon-mesh-vpn-fastd \
|
|
gluon-next-node \
|
|
gluon-radv-filterd \
|
|
gluon-radvd \
|
|
gluon-setup-mode \
|
|
gluon-speedtest \
|
|
gluon-status-page \
|
|
iputils-ping6 \
|
|
iwinfo \
|
|
iptables \
|
|
firewall \
|
|
haveged
|
|
|
|
# Allow overriding the these variables from the command line
|
|
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
|
GLUON_BRANCH ?= stable
|
|
GLUON_PRIORITY ?= 0
|
|
GLUON_LANGS ?= en de
|
|
GLUON_REGION ?= eu
|
|
GLUON_ATH10K_MESH ?= ibss
|