Skip to content
Snippets Groups Projects
Commit b823b803 authored by Marssl78's avatar Marssl78 Committed by Andreas Ziegler
Browse files

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

parent 94ca071e
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
......@@ -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
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment