Skip to content

Commit

Permalink
targets: temporarily remove FritzBox 7530/7520
Browse files Browse the repository at this point in the history
Updating to Gluon 2023.1.1 bricks these devices
freifunk-gluon/gluon#3023
  • Loading branch information
grische committed Nov 5, 2023
1 parent f76ac13 commit 9a0a792
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions patches/temporarily-remove-FritzBox-7530-7520.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
From f5cdf007b2873beaa2f5c6ce80f732c793f07f33 Mon Sep 17 00:00:00 2001
From: Grische <github@grische.xyz>
Date: Sun, 5 Nov 2023 17:08:30 +0100
Subject: [PATCH] targets: temporarily remove FritzBox 7530/7520

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(-)

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

-device('avm-fritz-box-7530', 'avm_fritzbox-7530', {
- factory = false,
- aliases = {'avm-fritz-box-7520'},
-})
-
device('avm-fritz-repeater-1200', 'avm_fritzrepeater-1200', {
factory = false,
})
--
2.34.1

0 comments on commit 9a0a792

Please sign in to comment.