Introduce 802.11s support

This commit is contained in:
Bastian 2018-07-15 00:01:14 +02:00
parent dde5612c3f
commit a2ba271808
6 changed files with 26 additions and 14 deletions

View File

@ -6,18 +6,19 @@ SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
GLUON_TARGETS ?= \
ar71xx-generic \
x86-64 \
ar71xx-tiny \
ar71xx-nand \
brcm2708-bcm2708 \
brcm2708-bcm2709 \
mpc85xx-generic \
ramips-mt7621 \
ramips-rt305x \
x86-64 \
x86-generic \
x86-geode \
sunxi
ar71xx-tiny\
# x86-64 \
# ar71xx-tiny \
# ar71xx-nand \
# brcm2708-bcm2708 \
# brcm2708-bcm2709 \
# mpc85xx-generic \
# ramips-mt7621 \
# ramips-rt305x \
# x86-64 \
# x86-generic \
# x86-geode \
# sunxi
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)

View File

@ -26,6 +26,10 @@
bssid = '02:0E:8E:1E:61:01',
mcast_rate = 12000,
},
mesh = {
id = 'loo23eWueg11s',
mcast_rate = 12000,
},
},
wifi5 = {

View File

@ -27,6 +27,10 @@
bssid = '02:0E:8E:1E:61:03',
mcast_rate = 12000,
},
mesh = {
id = 'mesh_ffrgb_tst_11s',
mcast_rate = 12000,
},
},
wifi5 = {

View File

@ -26,6 +26,10 @@
bssid = '02:0E:8E:1E:61:02',
mcast_rate = 12000,
},
mesh = {
id = 'Ishei42esh11s',
mcast_rate = 12000,
},
},
wifi5 = {

View File

@ -25,7 +25,6 @@
},
mesh_vpn = {
mtu = 1426,
fastd = {
configurable = true,
methods = {'salsa2012+umac'},

View File

@ -213,5 +213,5 @@ GLUON_PRIORITY ?= 0
# Languages to include
GLUON_LANGS ?= en de
GLUON_WLAN_MESH := ibss
GLUON_WLAN_MESH := 11s
GLUON_MULTIDOMAIN=1