Skip to content

Commit

Permalink
Update to Gluon v2022.1.4 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobidle authored Mar 20, 2024
1 parent 20b77b0 commit 97a640b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 21 deletions.
2 changes: 1 addition & 1 deletion contrib/actions/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
cp /home/runner/work/site-ffef/site-ffef/contrib/actions/sources.list /etc/apt/sources.list
rm -rf /etc/apt/sources.list.d
apt update
apt install subversion build-essential libncurses-dev python2.7 python3 zlib1g-dev
apt install subversion build-essential libncurses-dev python2.7 python3 qemu-utils zlib1g-dev
apt clean
rm -rf /var/lib/apt/lists/*
dpkg -l
Expand Down
4 changes: 1 addition & 3 deletions domains/ffef_v1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@
},

mesh_vpn = {

mtu = 1426,

fastd = {
methods = {'null+salsa2012+umac'},
mtu = 1426,
groups = {
backbone = {
limit = 1,
Expand Down
4 changes: 1 addition & 3 deletions domains/ffen_v1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@
},

mesh_vpn = {

mtu = 1426,

fastd = {
methods = {'null+salsa2012+umac'},
mtu = 1426,
groups = {
backbone = {
limit = 1,
Expand Down
4 changes: 1 addition & 3 deletions domains/ffgth_v1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@
},

mesh_vpn = {

mtu = 1426,

fastd = {
methods = {'null+salsa2012+umac'},
mtu = 1426,
groups = {
backbone = {
limit = 1,
Expand Down
4 changes: 1 addition & 3 deletions domains/ffil_v1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@
},

mesh_vpn = {

mtu = 1426,

fastd = {
methods = {'null+salsa2012+umac'},
mtu = 1426,
groups = {
backbone = {
limit = 1,
Expand Down
4 changes: 1 addition & 3 deletions domains/ffthw_v1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@
},

mesh_vpn = {

mtu = 1426,

fastd = {
methods = {'null+salsa2012+umac'},
mtu = 1426,
groups = {
backbone = {
limit = 1,
Expand Down
4 changes: 1 addition & 3 deletions domains/ffwsee_v1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@
},

mesh_vpn = {

mtu = 1426,

fastd = {
methods = {'null+salsa2012+umac'},
mtu = 1426,
groups = {
backbone = {
limit = 1,
Expand Down
2 changes: 1 addition & 1 deletion gluon
Submodule gluon updated 347 files
2 changes: 1 addition & 1 deletion site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GLUON_SITE_PACKAGES := \
# opkg compare-versions "$1" '>>' "$2"
# to decide if a version is newer or not.

DEFAULT_GLUON_RELEASE := 2021.1.2.1
DEFAULT_GLUON_RELEASE := 2022.1.4

# Variables set with ?= can be overwritten from the command line

Expand Down

0 comments on commit 97a640b

Please sign in to comment.