Skip to content

Commit 9a0a792

Browse files
committed
targets: temporarily remove FritzBox 7530/7520
Updating to Gluon 2023.1.1 bricks these devices freifunk-gluon/gluon#3023
1 parent f76ac13 commit 9a0a792

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
From f5cdf007b2873beaa2f5c6ce80f732c793f07f33 Mon Sep 17 00:00:00 2001
2+
From: Grische <[email protected]>
3+
Date: Sun, 5 Nov 2023 17:08:30 +0100
4+
Subject: [PATCH] targets: temporarily remove FritzBox 7530/7520
5+
6+
Updating to Gluon 2023.1.1 bricks these devices
7+
https://github.com/freifunk-gluon/gluon/issues/3023
8+
---
9+
targets/ipq40xx-generic | 5 -----
10+
1 file changed, 5 deletions(-)
11+
12+
diff --git a/targets/ipq40xx-generic b/targets/ipq40xx-generic
13+
index df81a1b0..30c37ab5 100644
14+
--- a/targets/ipq40xx-generic
15+
+++ b/targets/ipq40xx-generic
16+
@@ -56,11 +56,6 @@ device('avm-fritz-box-4040', 'avm_fritzbox-4040', {
17+
},
18+
})
19+
20+
-device('avm-fritz-box-7530', 'avm_fritzbox-7530', {
21+
- factory = false,
22+
- aliases = {'avm-fritz-box-7520'},
23+
-})
24+
-
25+
device('avm-fritz-repeater-1200', 'avm_fritzrepeater-1200', {
26+
factory = false,
27+
})
28+
--
29+
2.34.1
30+

0 commit comments

Comments
 (0)