diff --git a/update-gluon.sh b/update-gluon.sh
index c6d4a09ce18eac07c109208a2922ff9271c08c76..f3b3be400d0a6e30ff5a7f40da8c893ea307275e 100755
--- a/update-gluon.sh
+++ b/update-gluon.sh
@@ -4,8 +4,8 @@ set -x
 set -eu
 set -o pipefail
 
-gluon_major="v2020.2"
-site_branch="v2.3"
+gluon_major="v2021.1"
+site_branch="v2.4"
 
 gluon_fork_git_url="ssh://git@gitlab.freifunk-stuttgart.de:22220/firmware/gluon.git"
 gluon_upstream_git_url="https://github.com/freifunk-gluon/gluon.git"