Skip to content
Snippets Groups Projects
Unverified Commit 3f267d63 authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

Merge pull request #1986 from 2tata/archer-d50

targets/ath79-generic: add archer-D50 v1
parents 5f3bb758 9826a12b
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,7 @@ local primary_addrs = {
'glinet,gl-ar750s-nor',
'ocedo,raccoon',
'tplink,archer-c2-v3',
'tplink,archer-d50-v1',
}},
{'brcm2708'},
{'ipq40xx', 'generic', {
......
......@@ -91,3 +91,9 @@ device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', {
})
device('tp-link-cpe220-v3', 'tplink_cpe220-v3')
device('tp-link-archer-d50-v1', 'tplink_archer-d50-v1', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
broken = true, -- 64M ath9k + ath10k & power LED not working
})
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