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
* ASUS
- TUF AX4200
- TUF AX6000
* Cudy
......
......@@ -96,6 +96,7 @@ local primary_addrs = {
}},
{'mediatek', 'filogic', {
'asus,tuf-ax4200',
'asus,tuf-ax6000',
}},
{'ramips', 'mt7620', {
'netgear,ex3700',
......
......@@ -4,6 +4,10 @@ device('asus-tuf-ax4200', 'asus_tuf-ax4200', {
factory = false,
})
device('asus-tuf-ax6000', 'asus_tuf-ax6000', {
factory = false,
})
-- 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