ath79-generic: add Archer D50 v1

Signed-off-by: Jan-Tarek Butt <tarek@ring0.de>
Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
Jan-Tarek Butt 2020-04-20 21:27:21 +02:00 committed by David Bauer
parent 5f3bb758b3
commit 9826a12b38
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
})