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:
parent
5f3bb758b3
commit
9826a12b38
@ -109,6 +109,7 @@ local primary_addrs = {
|
|||||||
'glinet,gl-ar750s-nor',
|
'glinet,gl-ar750s-nor',
|
||||||
'ocedo,raccoon',
|
'ocedo,raccoon',
|
||||||
'tplink,archer-c2-v3',
|
'tplink,archer-c2-v3',
|
||||||
|
'tplink,archer-d50-v1',
|
||||||
}},
|
}},
|
||||||
{'brcm2708'},
|
{'brcm2708'},
|
||||||
{'ipq40xx', 'generic', {
|
{'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-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
|
||||||
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user