Skip to content

Commit

Permalink
mediatek-filogic: add support for ASUS TUF-AX4200 (#2944)
Browse files Browse the repository at this point in the history
Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron authored Oct 31, 2023
1 parent d35305b commit 2a3b0f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ local primary_addrs = {
{'lantiq', 'xway', {
'netgear,dgn3500b',
}},
{'mediatek', 'filogic', {
'asus,tuf-ax4200',
}},
{'ramips', 'mt7620', {
'netgear,ex3700',
'tplink,archer-c2-v1',
Expand Down
8 changes: 8 additions & 0 deletions targets/mediatek-filogic
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-- ASUS

device('asus-tuf-ax4200', 'asus_tuf-ax4200', {
factory = false,
broken = true, -- Installation requires internal serial
})


-- Cudy

device('cudy-wr3000-v1', 'cudy_wr3000-v1', {
Expand Down

0 comments on commit 2a3b0f1

Please sign in to comment.