Skip to content
Snippets Groups Projects
Unverified Commit 5388eb15 authored by Tom Herbers's avatar Tom Herbers Committed by GitHub
Browse files

mediatek-filogic: add support for ASUS TUF-AX6000 (#3092)

parent 49978ea8
No related branches found
No related tags found
No related merge requests found
...@@ -302,6 +302,7 @@ mediatek-filogic ...@@ -302,6 +302,7 @@ mediatek-filogic
* ASUS * ASUS
- TUF AX4200 - TUF AX4200
- TUF AX6000
* Cudy * Cudy
......
...@@ -96,6 +96,7 @@ local primary_addrs = { ...@@ -96,6 +96,7 @@ local primary_addrs = {
}}, }},
{'mediatek', 'filogic', { {'mediatek', 'filogic', {
'asus,tuf-ax4200', 'asus,tuf-ax4200',
'asus,tuf-ax6000',
}}, }},
{'ramips', 'mt7620', { {'ramips', 'mt7620', {
'netgear,ex3700', 'netgear,ex3700',
......
...@@ -4,6 +4,10 @@ device('asus-tuf-ax4200', 'asus_tuf-ax4200', { ...@@ -4,6 +4,10 @@ device('asus-tuf-ax4200', 'asus_tuf-ax4200', {
factory = false, factory = false,
}) })
device('asus-tuf-ax6000', 'asus_tuf-ax6000', {
factory = false,
})
-- Cudy -- Cudy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment