ramips-mt7621: add support for Netgear EX6150

This commit is contained in:
Nudelsalat 2020-01-20 18:33:28 +01:00 committed by David Bauer
parent 79ca7a7baa
commit b01327b5d6
2 changed files with 5 additions and 0 deletions

View File

@ -324,6 +324,7 @@ ramips-mt7621
* NETGEAR * NETGEAR
- EX6150
- R6220 - R6220
* Ubiquiti * Ubiquiti

View File

@ -12,6 +12,10 @@ device('d-link-dir-860l-b1', 'dir-860l-b1')
-- Netgear -- Netgear
device('netgear-ex6150', 'netgear_ex6150', {
factory_ext = '.chk',
})
device('netgear-r6220', 'r6220', { device('netgear-r6220', 'r6220', {
factory_ext = '.img', factory_ext = '.img',
}) })