mirror of
https://github.com/ffrgb/site-ffrgb.git
synced 2024-12-28 11:21:50 +01:00
Introduce 802.11s support
This commit is contained in:
parent
dde5612c3f
commit
a2ba271808
25
Makefile
25
Makefile
@ -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)
|
||||
|
@ -26,6 +26,10 @@
|
||||
bssid = '02:0E:8E:1E:61:01',
|
||||
mcast_rate = 12000,
|
||||
},
|
||||
mesh = {
|
||||
id = 'loo23eWueg11s',
|
||||
mcast_rate = 12000,
|
||||
},
|
||||
},
|
||||
|
||||
wifi5 = {
|
||||
|
@ -27,6 +27,10 @@
|
||||
bssid = '02:0E:8E:1E:61:03',
|
||||
mcast_rate = 12000,
|
||||
},
|
||||
mesh = {
|
||||
id = 'mesh_ffrgb_tst_11s',
|
||||
mcast_rate = 12000,
|
||||
},
|
||||
},
|
||||
|
||||
wifi5 = {
|
||||
|
@ -26,6 +26,10 @@
|
||||
bssid = '02:0E:8E:1E:61:02',
|
||||
mcast_rate = 12000,
|
||||
},
|
||||
mesh = {
|
||||
id = 'Ishei42esh11s',
|
||||
mcast_rate = 12000,
|
||||
},
|
||||
},
|
||||
|
||||
wifi5 = {
|
||||
|
@ -25,7 +25,6 @@
|
||||
},
|
||||
|
||||
mesh_vpn = {
|
||||
mtu = 1426,
|
||||
fastd = {
|
||||
configurable = true,
|
||||
methods = {'salsa2012+umac'},
|
||||
|
Loading…
Reference in New Issue
Block a user