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 @@
wifi24 = {
channel = 1,
--disables 802.11b rates
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
basic_rate = {6000, 9000, 18000, 36000, 54000},
ap = {
ssid = 'Freifunk',
},
......@@ -57,6 +54,9 @@
mesh = {
vxlan = false,
batman_adv = {
routing_algo = 'BATMAN_IV',
}
},
next_node = {
......
......@@ -4,7 +4,6 @@ GLUON_FEATURES := \
ebtables-filter-ra-dhcp \
mesh-batman-adv-15 \
mesh-vpn-fastd \
radvd \
radv-filterd \
respondd \
alfred \
......@@ -62,3 +61,6 @@ GLUON_PRIORITY ?= 0.1
#enable generation of images for ath10k devices with ibss mode
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