Skip to content

Commit

Permalink
targets: update TP-Link RE450 and RE355 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Aug 19, 2023
1 parent 4f809b7 commit acb2977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patches/targets-drop-TP-Link-RE450-and-RE355.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ The flash size is not sufficient to host the minimal set of FFMuc packages
1 file changed, 17 deletions(-)

diff --git a/targets/ath79-generic b/targets/ath79-generic
index 2162caee..04bad914 100644
index 7a5140c9..32a03ce3 100644
--- a/targets/ath79-generic
+++ b/targets/ath79-generic
@@ -445,23 +445,6 @@ device('tp-link-eap225-outdoor-v1', 'tplink_eap225-outdoor-v1', {
@@ -474,23 +474,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_QCA9880,
- 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
-})
Expand Down

0 comments on commit acb2977

Please sign in to comment.