From 7a495f0ce8153f55b80871ec0a90bfb908805f2b Mon Sep 17 00:00:00 2001 From: Grische Date: Wed, 8 Jan 2025 15:14:03 +0100 Subject: [PATCH] Bump gluon to latest main This bump includes two major changes / fixes: - c06d4df974 mac80211: set basic-rate for mesh interfaces See https://github.com/freifunk-gluon/gluon/issues/3185 - 0c52c9d6fc ath79: reset ETH switch for AR9344 https://github.com/freifunk-gluon/gluon/issues/2904 - many more fixes (incl. FB4040 MAC issues) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76d84df1..086c08ad 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GLUON_BUILD_DIR := gluon-build GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon.git -GLUON_GIT_REF := c31c7d7534817b7f5edb92296c25c4418e77b7ff # gluon main (2024-12-29) +GLUON_GIT_REF := ab1c311845ba72484c88294fe2735fbc028b9ba5 # gluon main (2025-01-11) PATCH_DIR := ./patches SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key