Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

temporarily remove FritzBox 7530/7520, but enable ipq40xx-generic #281

Merged
merged 2 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>
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

1 change: 1 addition & 0 deletions targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ bcm27xx-bcm2708
bcm27xx-bcm2709
bcm27xx-bcm2710
bcm27xx-bcm2711
ipq40xx-generic
ipq40xx-mikrotik
ipq806x-generic
lantiq-xrx200
Expand Down