ar71xx-generic: add support for TP-Link Archer C60 v2 (#1840)

This commit is contained in:
Marssl78 2019-10-06 22:11:02 +02:00 committed by Andreas Ziegler
parent 94ca071e12
commit b823b80356
2 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,7 @@ if platform.match('ar71xx', 'generic', {'tl-wdr3600', 'tl-wdr4300',
table.insert(try_files, 1, '/sys/class/ieee80211/phy1/macaddress')
elseif platform.match('ar71xx', 'generic', {'a40', 'a60',
'archer-c25-v1',
'archer-c60-v2',
'archer-c7-v4', 'archer-c7-v5',
'carambola2',
'koala',

View File

@ -325,6 +325,10 @@ device('tp-link-archer-c60-v1', 'archer-c60-v1', {
broken = true, -- OOM with 5GHz enabled in most environments
})
device('tp-link-archer-c60-v2', 'archer-c60-v2', {
broken = true, -- OOM with 5GHz enabled in most environments
})
device('tp-link-re355', 're355-v1', {
broken = true, -- OOM with 5GHz enabled in most environments if device is 64M RAM variant
})