ath79-generic: (re)add archer c60 (#2496)
Device is marked as broken due to ath9k+ath10k 8/64.
Gone due to
commit 45c84a117b
("ar71xx: drop target")
This commit is contained in:
parent
948d3e10e7
commit
6526612aaf
@ -309,6 +309,12 @@ device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', {
|
||||
packages = ATH10K_PACKAGES_QCA9888,
|
||||
})
|
||||
|
||||
device('tp-link-archer-c60-v1', 'tplink_archer-c60-v1', {
|
||||
packages = ATH10K_PACKAGES_QCA9888,
|
||||
broken = true, -- OOM with 5GHz enabled in most environments
|
||||
class = 'tiny', -- 64M ath9k + ath10k
|
||||
})
|
||||
|
||||
device('tp-link-archer-c7-v2', 'tplink_archer-c7-v2', {
|
||||
packages = ATH10K_PACKAGES_QCA9880,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user