Skip to content
Snippets Groups Projects
Commit fd15b637 authored by Florian Maurer's avatar Florian Maurer Committed by github-actions[bot]
Browse files

lantiq-xrx200: add Arcadyan VGV7510KW22 (o2 Box 6431)

update lan, wan separation for o2 6431

(cherry picked from commit f5a41dd3)
parent 4d955690
No related branches found
No related tags found
No related merge requests found
......@@ -237,6 +237,10 @@ ipq806x-generic
lantiq-xrx200
-------------
* Arcadyan
- VGV7510KW22 (o2 Box 6431)
* AVM
- FRITZ!Box 7360 (v1, v2) [#avmflash]_ [#lan_as_wan]_
......
......@@ -87,6 +87,9 @@ local primary_addrs = {
{'ipq806x', 'generic', {
'netgear,r7800',
}},
{'lantiq', 'xrx200', {
'arcadyan,vgv7510kw22-nor',
}},
{'lantiq', 'xway', {
'netgear,dgn3500b',
}},
......
......@@ -67,6 +67,10 @@ elseif platform.match('ramips', 'mt7621', {
'netgear,wac104',
}) then
lan_ifname, wan_ifname = 'lan2 lan3 lan4', 'lan1'
elseif platform.match('lantiq', 'xrx200', {
'arcadyan,vgv7510kw22-nor',
}) then
lan_ifname, wan_ifname = 'lan1 lan2 lan3 lan4', 'wan'
elseif platform.match('realtek', 'rtl838x', {
'd-link,dgs-1210-10p',
}) then
......
......@@ -47,6 +47,11 @@ device('avm-fritz-box-7412', 'avm_fritz7412', {
factory = false,
})
device('arcadyan-vgv7510kw22', 'arcadyan_vgv7510kw22-nor', {
factory = false,
aliases = {'o2-box-6431'},
})
-- TP-Link
-- CAVEAT: These devices don't have a dedicated WAN port.
......
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