Skip to content
Snippets Groups Projects
Commit b6088de4 authored by Bernhard Geier's avatar Bernhard Geier
Browse files

ramips-mt7621: add TP-Link EAP615-Wall

parent 2c2e57ec
No related branches found
No related tags found
No related merge requests found
...@@ -387,6 +387,7 @@ ramips-mt7621 ...@@ -387,6 +387,7 @@ ramips-mt7621
* TP-Link * TP-Link
- EAP615-Wall (v1)
- RE500 (v1) - RE500 (v1)
- RE650 (v1) - RE650 (v1)
......
...@@ -67,6 +67,10 @@ elseif platform.match('ramips', 'mt7621', { ...@@ -67,6 +67,10 @@ elseif platform.match('ramips', 'mt7621', {
'netgear,wac104', 'netgear,wac104',
}) then }) then
lan_ifname, wan_ifname = 'lan2 lan3 lan4', 'lan1' lan_ifname, wan_ifname = 'lan2 lan3 lan4', 'lan1'
elseif platform.match('ramips', 'mt7621', {
'tplink,eap615-wall-v1',
}) then
lan_ifname, wan_ifname = 'lan1 lan2 lan3', 'lan0'
elseif platform.match('lantiq', 'xrx200', { elseif platform.match('lantiq', 'xrx200', {
'arcadyan,vgv7510kw22-nor', 'arcadyan,vgv7510kw22-nor',
}) then }) then
......
...@@ -80,6 +80,8 @@ device('tp-link-archer-c6-v3', 'tplink_archer-c6-v3', { ...@@ -80,6 +80,8 @@ device('tp-link-archer-c6-v3', 'tplink_archer-c6-v3', {
broken = true, -- LAN LED not working - review after resolving #2756 broken = true, -- LAN LED not working - review after resolving #2756
}) })
device('tp-link-eap615-wall-v1', 'tplink_eap615-wall-v1')
device('tp-link-re500-v1', 'tplink_re500-v1') device('tp-link-re500-v1', 'tplink_re500-v1')
device('tp-link-re650-v1', 'tplink_re650-v1') device('tp-link-re650-v1', 'tplink_re650-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