ramips-mt7621: add support for Netgear R6260 (#2556)

This commit is contained in:
Andreas Ziegler 2022-06-19 01:42:47 +02:00 committed by GitHub
parent 7aa09d566b
commit ff60b42203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -27,6 +27,10 @@ device('netgear-r6220', 'netgear_r6220', {
factory_ext = '.img', factory_ext = '.img',
}) })
device('netgear-r6260', 'netgear_r6260', {
factory_ext = '.img',
})
device('netgear-wac104', 'netgear_wac104', { device('netgear-wac104', 'netgear_wac104', {
factory_ext = '.img', factory_ext = '.img',
}) })