Skip to content

Commit

Permalink
Bump gluon to latest master
Browse files Browse the repository at this point in the history
- remove redundant patch for RE305/RE355/RE450
- update build dependencies
  • Loading branch information
grische committed Dec 14, 2023
1 parent eed2db3 commit 213ce17
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 75 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
GLUON_GIT_REF := dc841ea4a37b4e74777e07617042bc92aad2483b # master at 2023-12-13

PATCH_DIR := ./patches
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
Expand Down
28 changes: 0 additions & 28 deletions patches/targets-drop-TP-Link-RE305.patch

This file was deleted.

41 changes: 0 additions & 41 deletions patches/targets-drop-TP-Link-RE450-and-RE355.patch

This file was deleted.

11 changes: 6 additions & 5 deletions patches/targets-raspberry-pi-4.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ new file mode 100644
index 00000000..ba631911
--- /dev/null
+++ b/targets/bcm27xx-bcm2711
@@ -0,0 +1,9 @@
@@ -0,0 +1,10 @@
+include 'bcm27xx.inc'
+
+device('raspberry-pi-4-model-b', 'rpi-4', {
+device('raspberrypi-4-model-b', 'rpi-4', {
+ manifest_aliases = {
+ 'raspberry-pi-4-model-b',
+ 'raspberry-pi-4-model-b-rev-1.1',
+ 'raspberry-pi-4-model-b-rev-1.2',
+ 'raspberry-pi-4-model-b-rev-1.4',
Expand All @@ -17,9 +18,9 @@ diff --git a/targets/targets.mk b/targets/targets.mk
index 92b58ab8..05a74935 100644
--- a/targets/targets.mk
+++ b/targets/targets.mk
@@ -22,5 +22,6 @@ $(eval $(call GluonTarget,x86,64))
ifneq ($(BROKEN),)
@@ -26,5 +26,6 @@ $(eval $(call GluonTarget,x86,64))

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
1 change: 1 addition & 0 deletions scripts/install_build_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ apt-get -y --no-install-recommends install \
patch \
perl \
python3 \
python3-distutils \
qemu-utils \
rsync \
tar \
Expand Down

0 comments on commit 213ce17

Please sign in to comment.