Skip to content

Commit

Permalink
Bump Gluon to v2023.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Jan 23, 2024
1 parent 3af2a72 commit e6bbc6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 87 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GLUON_BUILD_DIR := gluon-build
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon.git
GLUON_GIT_REF := v2023.1.1
GLUON_GIT_REF := v2023.1.2

PATCH_DIR := ./patches
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
Expand Down
83 changes: 0 additions & 83 deletions patches/ath79-read-back-reset-register.patch

This file was deleted.

6 changes: 3 additions & 3 deletions patches/targets-raspberry-pi-4.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ index 00000000..ba631911
+ },
+})
diff --git a/targets/targets.mk b/targets/targets.mk
index 92b58ab8..05a74935 100644
index d5f605aa..d27865b0 100644
--- a/targets/targets.mk
+++ b/targets/targets.mk
@@ -22,5 +22,6 @@ $(eval $(call GluonTarget,x86,64))
@@ -25,5 +25,6 @@ $(eval $(call GluonTarget,x86,64))

ifneq ($(BROKEN),)
ifeq ($(BROKEN),1)
$(eval $(call GluonTarget,bcm27xx,bcm2710)) # BROKEN: Untested
+$(eval $(call GluonTarget,bcm27xx,bcm2711)) # BROKEN: Untested
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support
Expand Down

0 comments on commit e6bbc6a

Please sign in to comment.