From 557ed83df76013a6e041a05f9a89e383207e4aee Mon Sep 17 00:00:00 2001 From: Christian Buschau Date: Sun, 11 Dec 2022 17:08:35 +0100 Subject: [PATCH] docs: add broken devices and architectures --- docs/user/supported_devices.rst | 86 ++++++++++++++++++++++++++++++++- targets/ath79-nand | 2 +- 2 files changed, 86 insertions(+), 2 deletions(-) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 2ce51061..3e1c07ab 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -405,7 +405,7 @@ ramips-mt76x8 - Archer C20 (v4, v5) - Archer C50 (v3, v4) - RE200 (v2, v3) - - RE305 (v1) [#device-class-tiny] + - RE305 (v1) [#device-class-tiny]_ - TL-MR3020 (v3) - TL-MR3420 (v5) - TL-WA801ND (v5) @@ -469,6 +469,90 @@ x86-64 See also: :doc:`x86` +Broken Devices & Architectures +------------------------------ + +These devices are untested or do not meet our requirements. Images for these devices +aren't built by default, some just have missing buttons or LEDs but others don't have +functional WLAN capabilities. + +ath79-generic +^^^^^^^^^^^^^ + +* TP-Link + + - Archer C2 (v3) (64M ath9k + ath10k) [#device-class-tiny]_ + - Archer C25 (v1) (OOM with 5GHz enabled in most environments) [#device-class-tiny]_ + - Archer C58 (v1) (OOM with 5GHz enabled in most environments) [#device-class-tiny]_ + - Archer C60 (v1) (OOM with 5GHz enabled in most environments) [#device-class-tiny]_ + - Archer D50 (v1) (64M ath9k + ath10k & power LED not working) [#lan_as_wan]_ + - RE355 (v1) (OOM with 5GHz enabled in most environments if device is 64M RAM variant) [#device-class-tiny]_ + - TL-WR902AC (v1) (OOM with 5GHz enabled in most environments) [#device-class-tiny]_ + +ath79-nand +^^^^^^^^^^ + +* ZTE + + - MF281 (LEDs on the front can not be controlled) + +bcm27xx-bcm2710 +^^^^^^^^^^^^^^^ + +This target is untested. + +* RaspberryPi 3 + +ipq806x-generic +^^^^^^^^^^^^^^^ + +* TP-Link + + - Archer C2600 (no 802.11s support) + +lantiq-xrx200 +^^^^^^^^^^^^^ + +* AVM + + - FRITZ!Box 3370 Rev. 2 (Hynix NAND) (no button for setup mode; hw revision not visible on device) [#eva_ramboot]_ [#lan_as_wan]_ + - FRITZ!Box 3370 Rev. 2 (Micron NAND) (no button for setup mode; hw revision not visible on device) [#eva_ramboot]_ [#lan_as_wan]_ + +* TP- Link + + - TD-W8980 (5GHz unsupported) [#lan_as_wan]_ + +mvebu-cortexa9 +^^^^^^^^^^^^^^ + +This target has no 802.11s support. + +* Linksys + + - WRT1200AC + +ramips-7621 +^^^^^^^^^^^ + +* Netgear + + - WNDR3700 (v5) (untested) + +* ZyXEL + + - NWA55AXE (missing LED / Reset button) + +sunix-cortexa7 +^^^^^^^^^^^^^^ + +* LeMaker + + - Banana Pro (WiFi chip not supported) + +* Lamobo + + - R1 (AP+11s not working) + Footnotes --------- diff --git a/targets/ath79-nand b/targets/ath79-nand index 757d24a1..e0479bc4 100644 --- a/targets/ath79-nand +++ b/targets/ath79-nand @@ -41,6 +41,6 @@ device('netgear-wndr4300', 'netgear_wndr4300', { -- ZTE device('zte-mf281', 'zte_mf281', { - broken = true, + broken = true, -- LEDs on the front can not be controlled by OpenWRT packages = ATH10K_PACKAGES_QCA9888, })