ramips-mt76x8: add support for GL.iNet microuter-N300

This commit is contained in:
Tom Herbers 2021-08-20 20:20:17 +02:00
parent 66d3b1749b
commit 52755b94d7
No known key found for this signature in database
GPG Key ID: 841A5B0DCEDA6192
2 changed files with 5 additions and 0 deletions

View File

@ -235,6 +235,7 @@ ramips-mt76x8
* GL.iNet
- GL-MT300N (v2)
- microuter-N300
- VIXMINI
* NETGEAR

View File

@ -9,6 +9,10 @@ device('gl-mt300n-v2', 'glinet_gl-mt300n-v2', {
factory = false,
})
device('gl.inet-microuter-n300', 'glinet_microuter-n300', {
factory = false,
})
device('gl.inet-vixmini', 'glinet_vixmini', {
factory = false,
})