Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
firmware
FFS Gluon
Commits
78bdd3b5
Commit
78bdd3b5
authored
Jun 15, 2021
by
Dark4MD
Committed by
David Bauer
Jun 22, 2021
Browse files
ramips-mt76x8: add Xiaomi Mi Router 4A (100M Edition)
(cherry picked from commit
0b00ed91
)
parent
46191c30
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/user/supported_devices.rst
View file @
78bdd3b5
...
...
@@ -405,6 +405,10 @@ ramips-mt76x8
- VoCore2
* Xiaomi
- Xiaomi Mi Router 4A (100M Edition)
ramips-rt305x [#deprecated]_ [#device-class-tiny]_
---------------------------------------------------
...
...
package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
View file @
78bdd3b5
...
...
@@ -130,6 +130,9 @@ local primary_addrs = {
'tplink,c2-v1'
,
'ex3700'
}},
{
'ramips'
,
'mt76x8'
,
{
'xiaomi,mir4a-100m'
,
}},
{
'x86'
},
}},
{
interface
(
'wan'
),
{
...
...
targets/ramips-mt76x8
View file @
78bdd3b5
...
...
@@ -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,
})
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment