Skip to content

Commit

Permalink
mediatek-filogic: add support for ASUS TUF-AX6000
Browse files Browse the repository at this point in the history
  • Loading branch information
herbetom committed Mar 11, 2024
1 parent bd13efc commit a61e507
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ mediatek-filogic
* ASUS

- TUF AX4200
- TUF AX6000

* Cudy

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ local primary_addrs = {
}},
{'mediatek', 'filogic', {
'asus,tuf-ax4200',
'asus,tuf-ax6000',
}},
{'ramips', 'mt7620', {
'netgear,ex3700',
Expand Down
4 changes: 4 additions & 0 deletions targets/mediatek-filogic
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ device('asus-tuf-ax4200', 'asus_tuf-ax4200', {
factory = false,
})

device('asus-tuf-ax6000', 'asus_tuf-ax6000', {
factory = false,
})


-- Cudy

Expand Down

0 comments on commit a61e507

Please sign in to comment.