Skip to content

Commit

Permalink
targets: temporarily also remove AVM Repeater 1200
Browse files Browse the repository at this point in the history
Almost all devices were lost during the Gluon v2023.1.1 release.
Assuming for now that the 1200 is affected alongside the 7520/7530
  • Loading branch information
grische committed Nov 24, 2023
1 parent a7aae9a commit 56ac577
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions patches/temporarily-remove-FritzBox-7530-7520.patch
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
From f5cdf007b2873beaa2f5c6ce80f732c793f07f33 Mon Sep 17 00:00:00 2001
From 0e914e29a9fe6c01f01a6fdb31c38677c404bf29 Mon Sep 17 00:00:00 2001
From: Grische <[email protected]>
Date: Sun, 5 Nov 2023 17:08:30 +0100
Subject: [PATCH] targets: temporarily remove FritzBox 7530/7520
Date: Fri, 24 Nov 2023 02:22:10 +0100
Subject: [PATCH] targets: temporarily remove AVM 7530/7520 and 1200

Updating to Gluon 2023.1.1 bricks these devices
https://github.com/freifunk-gluon/gluon/issues/3023
---
targets/ipq40xx-generic | 5 -----
1 file changed, 5 deletions(-)
targets/ipq40xx-generic | 9 ---------
1 file changed, 9 deletions(-)

diff --git a/targets/ipq40xx-generic b/targets/ipq40xx-generic
index df81a1b0..30c37ab5 100644
index df81a1b0..d50cac0c 100644
--- a/targets/ipq40xx-generic
+++ b/targets/ipq40xx-generic
@@ -56,11 +56,6 @@ device('avm-fritz-box-4040', 'avm_fritzbox-4040', {
@@ -56,15 +56,6 @@ device('avm-fritz-box-4040', 'avm_fritzbox-4040', {
},
})

Expand All @@ -22,9 +22,13 @@ index df81a1b0..30c37ab5 100644
- aliases = {'avm-fritz-box-7520'},
-})
-
device('avm-fritz-repeater-1200', 'avm_fritzrepeater-1200', {
factory = false,
})
-device('avm-fritz-repeater-1200', 'avm_fritzrepeater-1200', {
- factory = false,
-})
-

-- EnGenius

--
2.34.1

0 comments on commit 56ac577

Please sign in to comment.