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

ath79-generic: (re)add Archer C5 v1 (#2427)

Gone due to
commit 45c84a11 ("ar71xx: drop target")
parent e42f0f36
No related branches found
Tags experimental-2023-12-05-base
No related merge requests found
...@@ -72,6 +72,7 @@ ath79-generic ...@@ -72,6 +72,7 @@ ath79-generic
* TP-Link * TP-Link
- Archer A7 (v5) - Archer A7 (v5)
- Archer C5 (v1)
- Archer C6 (v2) - Archer C6 (v2)
- Archer C7 (v2, v5) - Archer C7 (v2, v5)
- CPE210 (v1.0, v1.1, v2.0) - CPE210 (v1.0, v1.1, v2.0)
......
...@@ -266,6 +266,10 @@ device('tp-link-archer-c2-v3', 'tplink_archer-c2-v3', { ...@@ -266,6 +266,10 @@ device('tp-link-archer-c2-v3', 'tplink_archer-c2-v3', {
broken = true, -- 64M ath9k + ath10k broken = true, -- 64M ath9k + ath10k
}) })
device('tp-link-archer-c5-v1', 'tplink_archer-c5-v1', {
packages = ATH10K_PACKAGES_QCA9880,
})
device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', { device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', {
packages = ATH10K_PACKAGES_QCA9888, packages = ATH10K_PACKAGES_QCA9888,
}) })
...@@ -306,7 +310,7 @@ device('tp-link-cpe510-v2', 'tplink_cpe510-v2') ...@@ -306,7 +310,7 @@ device('tp-link-cpe510-v2', 'tplink_cpe510-v2')
device('tp-link-cpe510-v3', 'tplink_cpe510-v3') device('tp-link-cpe510-v3', 'tplink_cpe510-v3')
device('tp-link-eap225-outdoor-v1', 'tplink_eap225-outdoor-v1', { device('tp-link-eap225-outdoor-v1', 'tplink_eap225-outdoor-v1', {
packages = ATH10K_PACKAGES_QCA9888, packages = ATH10K_PACKAGES_QCA9888,
}) })
device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1') device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-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