From 81d6b9c1d1c69e16526fced6e8c81e6d88521d07 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 26 Apr 2020 13:09:54 +0200 Subject: [PATCH] lantiq-xway: remove support for AVM FRITZ!Box 7320 7330 7330SL This device has broken Ethernet on both ports. Remove support for those devices. for now, as there was no feedback from the original author. Closes #1943 (cherry picked from commit 5231fb017800975bddaf655fa988055e007884be) --- docs/user/supported_devices.rst | 3 --- targets/lantiq-xway | 4 ---- 2 files changed, 7 deletions(-) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 3c23eda0..a3a22a0c 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -265,9 +265,6 @@ lantiq-xway * AVM - FRITZ!Box 7312 [#avmflash]_ - - FRITZ!Box 7320 [#avmflash]_ [#lan_as_wan]_ - - FRITZ!Box 7330 [#avmflash]_ [#lan_as_wan]_ - - FRITZ!Box 7330 SL [#avmflash]_ [#lan_as_wan]_ mpc85xx-generic --------------- diff --git a/targets/lantiq-xway b/targets/lantiq-xway index bc556d7a..c75f630a 100644 --- a/targets/lantiq-xway +++ b/targets/lantiq-xway @@ -2,7 +2,3 @@ device('avm-fritz-box-7312', 'avm_fritz7312', { factory = false, }) -device('avm-fritz-box-7320', 'avm_fritz7320', { - factory = false, - aliases = {'avm-fritz-box-7330', 'avm-fritz-box-7330-sl'}, -})