Skip to content
Snippets Groups Projects
Unverified Commit 61fc55fd authored by David Bauer's avatar David Bauer Committed by Tom Herbers
Browse files

ath79-generic: drop RE450 v1 due to insufficient flash space

parent 48513320
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,6 @@ ath79-generic ...@@ -115,7 +115,6 @@ ath79-generic
- CPE510 (v1.0, v1.1, v2.0, v3.0) - CPE510 (v1.0, v1.1, v2.0, v3.0)
- CPE710 (v1.0) - CPE710 (v1.0)
- EAP225-Outdoor (v1) - EAP225-Outdoor (v1)
- RE450 (v1)
- TL-WDR3500 (v1) - TL-WDR3500 (v1)
- TL-WDR3600 (v1) - TL-WDR3600 (v1)
- TL-WDR4300 (v1) - TL-WDR4300 (v1)
......
...@@ -483,14 +483,6 @@ device('tp-link-re355-v1', 'tplink_re355-v1', { ...@@ -483,14 +483,6 @@ device('tp-link-re355-v1', 'tplink_re355-v1', {
class = 'tiny', -- Only 6M of usable Firmware space 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-wdr3500-v1', 'tplink_tl-wdr3500-v1')
device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1') device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1')
device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1') device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment