ramips-mt76x8: add Xiaomi Mi Router 4A (100M Edition)
This commit is contained in:
parent
867b18deeb
commit
0b00ed9193
@ -405,6 +405,10 @@ ramips-mt76x8
|
|||||||
|
|
||||||
- VoCore2
|
- VoCore2
|
||||||
|
|
||||||
|
* Xiaomi
|
||||||
|
|
||||||
|
- Xiaomi Mi Router 4A (100M Edition)
|
||||||
|
|
||||||
ramips-rt305x [#deprecated]_ [#device-class-tiny]_
|
ramips-rt305x [#deprecated]_ [#device-class-tiny]_
|
||||||
---------------------------------------------------
|
---------------------------------------------------
|
||||||
|
|
||||||
|
@ -130,6 +130,9 @@ local primary_addrs = {
|
|||||||
'tplink,c2-v1',
|
'tplink,c2-v1',
|
||||||
'ex3700'
|
'ex3700'
|
||||||
}},
|
}},
|
||||||
|
{'ramips', 'mt76x8', {
|
||||||
|
'xiaomi,mir4a-100m',
|
||||||
|
}},
|
||||||
{'x86'},
|
{'x86'},
|
||||||
}},
|
}},
|
||||||
{interface('wan'), {
|
{interface('wan'), {
|
||||||
|
@ -74,3 +74,10 @@ device('tp-link-tl-wr902ac-v3', 'tplink_tl-wr902ac-v3', {
|
|||||||
device('vocore2', 'vocore2', {
|
device('vocore2', 'vocore2', {
|
||||||
factory = false,
|
factory = false,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
-- Xiaomi
|
||||||
|
|
||||||
|
device('xiaomi-mi-router-4a-100m-edition', 'xiaomi_mir4a-100m', {
|
||||||
|
factory = false,
|
||||||
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user