Skip to content
Snippets Groups Projects
Unverified Commit ed0cb90d authored by J. Burfeind's avatar J. Burfeind Committed by GitHub
Browse files

ath79-generic: (re)add support for archer-c25-v1 (#2477)

Gone due to
commit 45c84a11 ("ar71xx: drop target")
parent 374b81dd
No related branches found
No related tags found
No related merge requests found
...@@ -291,6 +291,12 @@ device('tp-link-archer-c2-v3', 'tplink_archer-c2-v3', { ...@@ -291,6 +291,12 @@ device('tp-link-archer-c2-v3', 'tplink_archer-c2-v3', {
broken = true, -- 64M ath9k + ath10k broken = true, -- 64M ath9k + ath10k
}) })
device('tp-link-archer-c25-v1', 'tplink_archer-c25-v1', {
packages = ATH10K_PACKAGES_QCA9887,
broken = true, -- OOM with 5GHz enabled in most environments
class = 'tiny', -- 64M ath9k + ath10k
})
device('tp-link-archer-c5-v1', 'tplink_archer-c5-v1', { device('tp-link-archer-c5-v1', 'tplink_archer-c5-v1', {
packages = ATH10K_PACKAGES_QCA9880, packages = ATH10K_PACKAGES_QCA9880,
}) })
......
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