Skip to content
Snippets Groups Projects
Unverified Commit 2a3b0f1b authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

mediatek-filogic: add support for ASUS TUF-AX4200 (#2944)

parent d35305b3
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,9 @@ local primary_addrs = { ...@@ -94,6 +94,9 @@ local primary_addrs = {
{'lantiq', 'xway', { {'lantiq', 'xway', {
'netgear,dgn3500b', 'netgear,dgn3500b',
}}, }},
{'mediatek', 'filogic', {
'asus,tuf-ax4200',
}},
{'ramips', 'mt7620', { {'ramips', 'mt7620', {
'netgear,ex3700', 'netgear,ex3700',
'tplink,archer-c2-v1', 'tplink,archer-c2-v1',
......
-- ASUS
device('asus-tuf-ax4200', 'asus_tuf-ax4200', {
factory = false,
broken = true, -- Installation requires internal serial
})
-- Cudy -- Cudy
device('cudy-wr3000-v1', 'cudy_wr3000-v1', { device('cudy-wr3000-v1', 'cudy_wr3000-v1', {
......
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