Skip to content

Commit

Permalink
targets: drop devices with insufficient flash
Browse files Browse the repository at this point in the history
  • Loading branch information
herbetom committed Oct 19, 2023
1 parent f211940 commit 19ab54f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
3 changes: 0 additions & 3 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ ath79-generic
- DAP-2660 A1 [#lan_as_wan]_
- DIR-505 A1 [#lan_as_wan]_
- DIR-505 A2 [#lan_as_wan]_
- DIR-825 B1

* Enterasys

Expand Down Expand Up @@ -115,7 +114,6 @@ ath79-generic
- CPE510 (v1.0, v1.1, v2.0, v3.0)
- CPE710 (v1.0)
- EAP225-Outdoor (v1)
- RE450 (v1)
- TL-WDR3500 (v1)
- TL-WDR3600 (v1)
- TL-WDR4300 (v1)
Expand Down Expand Up @@ -447,7 +445,6 @@ ramips-mt76x8
- Archer C20 (v4, v5)
- Archer C50 (v3, v4)
- RE200 (v2, v3)
- RE305 (v1) [#device-class-tiny]
- TL-MR3020 (v3)
- TL-MR3420 (v5)
- TL-MR6400 (v5)
Expand Down
25 changes: 0 additions & 25 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,6 @@ device('d-link-dir-505', 'dlink_dir-505', {
},
})

device('d-link-dir825b1', 'dlink_dir-825-b1', {
factory = false,
class = 'tiny', -- Only 6M of usable Firmware space
manifest_aliases = {
'd-link-dir-825-rev-b1', -- Upgrade from OpenWrt 19.07
},
})


-- Enterasys

Expand Down Expand Up @@ -474,23 +466,6 @@ device('tp-link-eap225-outdoor-v1', 'tplink_eap225-outdoor-v1', {
packages = ATH10K_PACKAGES_QCA9888,
})

device('tp-link-re355-v1', 'tplink_re355-v1', {
manifest_aliases = {
'tp-link-re355', -- upgrade from OpenWrt 19.07
},
packages = ATH10K_PACKAGES_SMALLBUFFERS_QCA9880,
broken = true, -- OOM with 5GHz enabled in most environments if device is 64M RAM variant
class = 'tiny', -- Only 6M of usable Firmware space
})

device('tp-link-re450-v1', 'tplink_re450-v1', {
packages = ATH10K_PACKAGES_QCA9880,
manifest_aliases = {
'tp-link-re450', -- upgrade from OpenWrt 19.07
},
class = 'tiny', -- Only 6M of usable Firmware space
})

device('tp-link-tl-wdr3500-v1', 'tplink_tl-wdr3500-v1')
device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1')
device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1')
Expand Down
4 changes: 0 additions & 4 deletions targets/ramips-mt76x8
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ device('tp-link-re200-v2', 'tplink_re200-v2')

device('tp-link-re200-v3', 'tplink_re200-v3')

device('tp-link-re305', 'tplink_re305-v1', {
class = 'tiny', -- Only 6M of usable Firmware space
})

device('tp-link-tl-mr3020-v3', 'tplink_tl-mr3020-v3', {
factory = false,
extra_images = {
Expand Down

0 comments on commit 19ab54f

Please sign in to comment.