first try of v2019.1 - with gluon features

This commit is contained in:
Martin/Geno 2019-09-22 20:58:54 +02:00
parent 3cebd58549
commit c03c7db2aa
No known key found for this signature in database
GPG Key ID: E7907CD4A3C7A6C1
3 changed files with 18 additions and 20 deletions

2
gluon

@ -1 +1 @@
Subproject commit e3f280584170c6e12549f1f00276f966cc168975 Subproject commit ca3631723f4c21885ef8923b43b531102e598b1a

View File

@ -49,6 +49,9 @@
mesh = { mesh = {
vxlan = false, vxlan = false,
batman_adv = {
routing_algo = 'BATMAN_IV_LEGACY',
},
}, },
next_node = { next_node = {

29
site.mk
View File

@ -1,28 +1,23 @@
GLUON_FEATURES := \
autoupdater \
ebtables-filter-multicast \
ebtables-filter-ra-dhcp \
ebtables-limit-arp \
mesh-batman-adv-14 \
mesh-vpn-fastd \
respondd \
status-page \
web-advanced \
web-wizard
GLUON_SITE_PACKAGES := \ GLUON_SITE_PACKAGES := \
gluon-mesh-batman-adv-14 \
gluon-respondd \
respondd-module-airtime \ respondd-module-airtime \
gluon-autoupdater \
gluon-config-mode-core \ 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-web-admin \
gluon-web-autoupdater \
gluon-web-mesh-vpn-fastd \ gluon-web-mesh-vpn-fastd \
gluon-web-network \
gluon-web-private-wifi \ gluon-web-private-wifi \
gluon-web-wifi-config \
gluon-mesh-vpn-fastd \
gluon-radv-filterd \ gluon-radv-filterd \
gluon-radvd \
gluon-setup-mode \ gluon-setup-mode \
gluon-speedtest \ gluon-speedtest \
gluon-status-page \
iputils-ping6 \ iputils-ping6 \
iwinfo \ iwinfo \
iptables \ iptables \