rampis-mt7621: add support for Netgear WAC104

This commit is contained in:
Maximilian Baumgartner 2022-06-17 03:18:32 +02:00
parent 1ab1df080e
commit b9d6166b97
3 changed files with 9 additions and 0 deletions

View File

@ -299,6 +299,7 @@ ramips-mt7621
- EX6150 (v1)
- R6220
- WAC104
* TP-Link

View File

@ -67,6 +67,10 @@ elseif platform.match('lantiq') then
break
end
end
elseif platform.match('ramips', 'mt7621', {
'netgear,wac104',
}) then
lan_ifname, wan_ifname = 'lan2 lan3 lan4', 'lan1'
end
if wan_ifname and lan_ifname then

View File

@ -20,6 +20,10 @@ device('netgear-r6220', 'netgear_r6220', {
factory_ext = '.img',
})
device('netgear-wac104', 'netgear_wac104', {
factory_ext = '.img',
})
device('netgear-wndr3700-v5', 'netgear_wndr3700-v5', {
factory = false,
broken = true, -- untested