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:
parent
dde5612c3f
commit
a2ba271808
23
Makefile
23
Makefile
@ -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)
|
||||||
|
@ -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 = {
|
||||||
|
@ -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 = {
|
||||||
|
@ -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 = {
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
mesh_vpn = {
|
mesh_vpn = {
|
||||||
mtu = 1426,
|
|
||||||
fastd = {
|
fastd = {
|
||||||
configurable = true,
|
configurable = true,
|
||||||
methods = {'salsa2012+umac'},
|
methods = {'salsa2012+umac'},
|
||||||
|
Loading…
Reference in New Issue
Block a user