Skip to content
Snippets Groups Projects
Unverified Commit df06b05b authored by Matthias Schiffer's avatar Matthias Schiffer Committed by GitHub
Browse files

Merge pull request #2288 from freifunk-gluon/wdr3600

ath79-generic: add TP-Link TL-WDR3600/4300
parents 14b1224f 4d21d413
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,8 @@ ath79-generic ...@@ -38,6 +38,8 @@ ath79-generic
- Archer C6 (v2) - Archer C6 (v2)
- CPE220 (v3.0) - CPE220 (v3.0)
- TL-WDR3600 (v1)
- TL-WDR4300 (v1)
ath79-nand ath79-nand
---------- ----------
......
...@@ -99,10 +99,13 @@ device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', { ...@@ -99,10 +99,13 @@ device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', {
packages = ATH10K_PACKAGES_QCA9888, packages = ATH10K_PACKAGES_QCA9888,
}) })
device('tp-link-cpe220-v3', 'tplink_cpe220-v3')
device('tp-link-archer-d50-v1', 'tplink_archer-d50-v1', { device('tp-link-archer-d50-v1', 'tplink_archer-d50-v1', {
packages = ATH10K_PACKAGES_QCA9880, packages = ATH10K_PACKAGES_QCA9880,
factory = false, factory = false,
broken = true, -- 64M ath9k + ath10k & power LED not working broken = true, -- 64M ath9k + ath10k & power LED not working
}) })
device('tp-link-cpe220-v3', 'tplink_cpe220-v3')
device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-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