Skip to content
Snippets Groups Projects
Commit 78bdd3b5 authored by Dark4MD's avatar Dark4MD Committed by David Bauer
Browse files

ramips-mt76x8: add Xiaomi Mi Router 4A (100M Edition)

(cherry picked from commit 0b00ed91)
parent 46191c30
No related branches found
No related tags found
No related merge requests found
......@@ -405,6 +405,10 @@ ramips-mt76x8
- VoCore2
* Xiaomi
- Xiaomi Mi Router 4A (100M Edition)
ramips-rt305x [#deprecated]_ [#device-class-tiny]_
---------------------------------------------------
......
......@@ -130,6 +130,9 @@ local primary_addrs = {
'tplink,c2-v1',
'ex3700'
}},
{'ramips', 'mt76x8', {
'xiaomi,mir4a-100m',
}},
{'x86'},
}},
{interface('wan'), {
......
......@@ -74,3 +74,10 @@ device('tp-link-tl-wr902ac-v3', 'tplink_tl-wr902ac-v3', {
device('vocore2', 'vocore2', {
factory = false,
})
-- Xiaomi
device('xiaomi-mi-router-4a-100m-edition', 'xiaomi_mir4a-100m', {
factory = false,
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment