3
0
mirror of https://github.com/ffrgb/site-ffrgb.git synced 2024-12-29 18:11:50 +01:00

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 ?= \ GLUON_TARGETS ?= \
ar71xx-generic \ ar71xx-generic \
x86-64 \
ar71xx-tiny\ ar71xx-tiny\
ar71xx-nand \ # x86-64 \
brcm2708-bcm2708 \ # ar71xx-tiny \
brcm2708-bcm2709 \ # ar71xx-nand \
mpc85xx-generic \ # brcm2708-bcm2708 \
ramips-mt7621 \ # brcm2708-bcm2709 \
ramips-rt305x \ # mpc85xx-generic \
x86-64 \ # ramips-mt7621 \
x86-generic \ # ramips-rt305x \
x86-geode \ # x86-64 \
sunxi # x86-generic \
# x86-geode \
# sunxi
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null) GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)

View File

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

View File

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

View File

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

View File

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

View File

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