first try of v2019.1 - with gluon features
This commit is contained in:
parent
006e47c246
commit
1546810194
2
gluon
2
gluon
|
@ -1 +1 @@
|
||||||
Subproject commit e3f280584170c6e12549f1f00276f966cc168975
|
Subproject commit ca3631723f4c21885ef8923b43b531102e598b1a
|
|
@ -49,6 +49,9 @@
|
||||||
|
|
||||||
mesh = {
|
mesh = {
|
||||||
vxlan = false,
|
vxlan = false,
|
||||||
|
batman_adv = {
|
||||||
|
routing_algo = 'BATMAN_IV_LEGACY',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
next_node = {
|
next_node = {
|
||||||
|
|
29
site.mk
29
site.mk
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue