Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Xiami Mi Router 4A (100M International Edition v2 - R4ACv2 closes #3183 #3414

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/user/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ freshly installed Debian Bullseye system the following packages are required:

* `git` (to get Gluon and other dependencies)
* `python3`
* `python3-dev`
* `python3-pyelftools`
* `python3-setuptools`
Comment on lines +32 to +34
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, i've opened #3424 because adding those there as well really should be it's own PR. :)

* `build-essential`
* `ecdsautils` (to sign firmware, see `contrib/sign.sh`)
* `gawk`
* `unzip`
* `libncurses-dev` (actually `libncurses5-dev`)
Expand All @@ -41,6 +43,7 @@ freshly installed Debian Bullseye system the following packages are required:
* `rsync`
* `time` (built-in `time` doesn't work)
* `qemu-utils`
* `ecdsautils` (to sign firmware, see `contrib/sign.sh`)

We also provide a container environment that already tracks all these dependencies. It quickly gets you up and running, if you already have either Docker or Podman installed locally.

Expand Down
7 changes: 4 additions & 3 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,10 @@ ramips-mt76x8

* Xiaomi

- Xiaomi Mi Router 4A (100M Edition)
- Xiaomi Mi Router 4A (100M International Edition)
- Xiaomi Mi Router 4C
- Xiaomi Mi Router 4A (100M Edition - chinese - MIR4A)
- Xiaomi Mi Router 4A (100M International Edition - R4AC)
- Xiaomi Mi Router 4A (100M International Edition v2 - R4ACv2)
- Xiaomi Mi Router 4C (R4CM)

realtek-rtl838x
---------------
Expand Down
4 changes: 4 additions & 0 deletions targets/ramips-mt76x8
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ device('xiaomi-mi-router-4a-100m-international-edition', 'xiaomi_mi-router-4a-10
factory = false,
})

device('xiaomi_mi-router-4a-100m-intl-v2', 'xiaomi_mi-router-4a-100m-intl-v2', {
factory = false,
})

device('xiaomi-mi-router-4c', 'xiaomi_mi-router-4c', {
factory = false,
})
Expand Down