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

targets/ath79-generic: add archer-D50 v1
This commit is contained in:
David Bauer 2021-04-28 00:31:06 +02:00 committed by GitHub
commit 3f267d637e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -109,6 +109,7 @@ local primary_addrs = {
'glinet,gl-ar750s-nor',
'ocedo,raccoon',
'tplink,archer-c2-v3',
'tplink,archer-d50-v1',
}},
{'brcm2708'},
{'ipq40xx', 'generic', {

View File

@ -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
})