Skip to content
Snippets Groups Projects
Unverified Commit 4f68ddf0 authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

Merge pull request #2242 from Dark4MD/master

ramips-mt76x8: add Xiaomi Mi Router 4A (100M Edition)
parents 7e45878b 0b00ed91
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