Skip to content
Snippets Groups Projects
Commit fce9f266 authored by nrbffs's avatar nrbffs
Browse files

adjustments for gluon v2019.1

parent 76d721fa
Branches
Tags
No related merge requests found
...@@ -20,9 +20,6 @@ ...@@ -20,9 +20,6 @@
wifi24 = { wifi24 = {
channel = 1, channel = 1,
--disables 802.11b rates
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
basic_rate = {6000, 9000, 18000, 36000, 54000},
ap = { ap = {
ssid = 'Freifunk', ssid = 'Freifunk',
}, },
...@@ -57,6 +54,9 @@ ...@@ -57,6 +54,9 @@
mesh = { mesh = {
vxlan = false, vxlan = false,
batman_adv = {
routing_algo = 'BATMAN_IV',
}
}, },
next_node = { next_node = {
......
...@@ -4,7 +4,6 @@ GLUON_FEATURES := \ ...@@ -4,7 +4,6 @@ GLUON_FEATURES := \
ebtables-filter-ra-dhcp \ ebtables-filter-ra-dhcp \
mesh-batman-adv-15 \ mesh-batman-adv-15 \
mesh-vpn-fastd \ mesh-vpn-fastd \
radvd \
radv-filterd \ radv-filterd \
respondd \ respondd \
alfred \ alfred \
...@@ -62,3 +61,6 @@ GLUON_PRIORITY ?= 0.1 ...@@ -62,3 +61,6 @@ GLUON_PRIORITY ?= 0.1
#enable generation of images for ath10k devices with ibss mode #enable generation of images for ath10k devices with ibss mode
GLUON_WLAN_MESH ?= 11s GLUON_WLAN_MESH ?= 11s
# only build upgrade images for legacy devices
GLUON_DEPRECATED ?= upgrade
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment