Merge pull request #2738 from GoliathLabs/add-mir3gv1

ramips-mt7621: add Xiaomi Mi Router 3G
This commit is contained in:
Jan-Niklas Burfeind 2022-12-29 16:42:43 +01:00 committed by GitHub
commit 4c94588908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -376,7 +376,7 @@ ramips-mt7621
* Xiaomi * Xiaomi
- Xiaomi Mi Router 4A (Gigabit Edition) - Xiaomi Mi Router 4A (Gigabit Edition)
- Xiaomi Mi Router 3G v2 - Xiaomi Mi Router 3G (v1, v2)
ramips-mt76x8 ramips-mt76x8
------------- -------------

View File

@ -66,10 +66,13 @@ device('xiaomi-mi-router-4a-gigabit-edition', 'xiaomi_mi-router-4a-gigabit', {
factory = false, factory = false,
}) })
device('xiaomi-mi-router-3g-v2', 'xiaomi_mi-router-3g-v2', { device('xiaomi-mi-router-3g', 'xiaomi_mi-router-3g', {
factory = false, factory = false,
}) })
device('xiaomi-mi-router-3g-v2', 'xiaomi_mi-router-3g-v2', {
factory = false,
})
-- ZBT -- ZBT