Updates for gluon v2022.1
This commit is contained in:
parent
639d076417
commit
932dfba35e
4 changed files with 4 additions and 4 deletions
|
@ -15,6 +15,7 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu
|
||||||
|
|
||||||
#### Gluon versions used for specific Hamburg Freifunk Firmware builds
|
#### Gluon versions used for specific Hamburg Freifunk Firmware builds
|
||||||
|
|
||||||
|
- v2022.1.0.0: site-ffhh: v2022.1.0.0, gluon: v2022.1
|
||||||
- v2021.1.2.0: site-ffhh: v2021.1.2.0, gluon: v2021.1.2
|
- v2021.1.2.0: site-ffhh: v2021.1.2.0, gluon: v2021.1.2
|
||||||
- v2021.1.1.0: site-ffhh: v2021.1.1.0, gluon: v2021.1.1
|
- v2021.1.1.0: site-ffhh: v2021.1.1.0, gluon: v2021.1.1
|
||||||
- v2020.2.3.0: site-ffhh: v2020.2.3.0, gluon: v2020.2.3
|
- v2020.2.3.0: site-ffhh: v2020.2.3.0, gluon: v2020.2.3
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
GLUON_RELEASE="v2021.1.2.0"
|
GLUON_RELEASE="v2022.1.0.0"
|
||||||
targets="ar71xx-generic ar71xx-nand ar71xx-tiny ath79-generic brcm2708-bcm2708 brcm2708-bcm2709 ipq40xx-generic ipq806x-generic lantiq-xrx200 lantiq-xway mpc85xx-generic mpc85xx-p1020 ramips-mt7620 ramips-mt7621 ramips-mt76x8 ramips-rt305x x86-64 x86-generic x86-geode x86-legacy"
|
targets="ath79-generic ath79-nand ath79-mikrotik bcm27xx-bcm2708 bcm27xx-bcm2709 ipq40xx-generic ipq40xx-mikrotik ipq806x-generic lantiq-xrx200 lantiq-xway mediatek-mt7622 mpc85xx-p1010 mpc85xx-p1020 ramips-mt7620 ramips-mt7621 ramips-mt76x8 rockchip-armv8 sunxi-cortexa7 x86-generic x86-geode x86-legacy x86-64"
|
||||||
broken_images=(
|
broken_images=(
|
||||||
'*dir*615*d*'
|
'*dir*615*d*'
|
||||||
)
|
)
|
||||||
|
|
|
@ -39,9 +39,9 @@
|
||||||
|
|
||||||
mesh_vpn = {
|
mesh_vpn = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
mtu = 1312,
|
|
||||||
fastd = {
|
fastd = {
|
||||||
configurable = true,
|
configurable = true,
|
||||||
|
mtu = 1312,
|
||||||
methods = {'salsa2012+umac'},
|
methods = {'salsa2012+umac'},
|
||||||
groups = {
|
groups = {
|
||||||
backbone = {
|
backbone = {
|
||||||
|
|
1
site.mk
1
site.mk
|
@ -8,7 +8,6 @@ GLUON_SITE_PACKAGES := \
|
||||||
-gluon-config-mode-contact-info \
|
-gluon-config-mode-contact-info \
|
||||||
gluon-ebtables-source-filter \
|
gluon-ebtables-source-filter \
|
||||||
gluon-web-mesh-vpn-fastd \
|
gluon-web-mesh-vpn-fastd \
|
||||||
iptables \
|
|
||||||
iwinfo
|
iwinfo
|
||||||
|
|
||||||
GLUON_FEATURES := \
|
GLUON_FEATURES := \
|
||||||
|
|
Loading…
Reference in a new issue