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
0b00ed91
Commit
0b00ed91
authored
Jun 15, 2021
by
Dark4MD
Browse files
ramips-mt76x8: add Xiaomi Mi Router 4A (100M Edition)
parent
867b18de
Changes
3
Show whitespace changes
Inline
Side-by-side
docs/user/supported_devices.rst
View file @
0b00ed91
...
...
@@ -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 @
0b00ed91
...
...
@@ -130,6 +130,9 @@ local primary_addrs = {
'tplink,c2-v1'
,
'ex3700'
}},
{
'ramips'
,
'mt76x8'
,
{
'xiaomi,mir4a-100m'
,
}},
{
'x86'
},
}},
{
interface
(
'wan'
),
{
...
...
targets/ramips-mt76x8
View file @
0b00ed91
...
...
@@ -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,
})
Nico
@nrb
mentioned in commit
78bdd3b5
·
May 05, 2022
mentioned in commit
78bdd3b5
mentioned in commit 78bdd3b56573028c6e095268442e5db8d094aa40
Toggle commit list
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