ramips-mt7621: add support for Netgear WAX202 (#2589)

This commit is contained in:
Tom Herbers 2022-08-13 14:36:44 +02:00 committed by GitHub
parent b85135467b
commit 357aa96c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -340,6 +340,7 @@ ramips-mt7621
- R6220 - R6220
- R6260 - R6260
- WAC104 - WAC104
- WAX202
* TP-Link * TP-Link

View File

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