Skip to content
Snippets Groups Projects
Commit 0b00ed91 authored by Dark4MD's avatar Dark4MD
Browse files

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

parent 867b18de
No related branches found
No related tags found
No related merge requests found
...@@ -405,6 +405,10 @@ ramips-mt76x8 ...@@ -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 = { ...@@ -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', { ...@@ -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,
})
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