Skip to content
Snippets Groups Projects
Commit ab2efef7 authored by David Bauer's avatar David Bauer Committed by Andreas Ziegler
Browse files

mpc85xx-p1020: add support for OCEDO Panda (#1847)

parent baab4d36
No related branches found
No related tags found
No related merge requests found
......@@ -231,6 +231,10 @@ mpc85xx-p1020
- HiveAP 330
* OCEDO
- Panda
ramips-mt7620 [#80211s]_
------------------------
......
......@@ -57,6 +57,8 @@ elseif platform.match('ipq806x', nil, {'netgear,r7800'}) then
table.insert(try_files, 1, '/sys/class/net/eth1/address')
elseif platform.match('mpc85xx', 'p1020', {'aerohive,hiveap-330'}) then
table.insert(try_files, 1, '/sys/class/net/eth0/address')
elseif platform.match('mpc85xx', 'p1020', {'ocedo,panda'}) then
table.insert(try_files, 1, '/sys/class/net/eth1/address')
elseif platform.match('ramips', 'mt7620', {'miwifi-mini'}) then
table.insert(try_files, 1, '/sys/class/net/eth0/address')
elseif platform.match('ramips', 'mt7621', {'dir-860l-b1'}) then
......
......@@ -3,3 +3,10 @@
device('aerohive-hiveap-330', 'hiveap-330', {
factory = false,
})
-- OCEDO
device('ocedo-panda', 'panda', {
factory = false,
})
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