mpc85xx-p1020: add support for OCEDO Panda (#1847)
This commit is contained in:
parent
baab4d3614
commit
ab2efef7f9
@ -231,6 +231,10 @@ mpc85xx-p1020
|
|||||||
|
|
||||||
- HiveAP 330
|
- HiveAP 330
|
||||||
|
|
||||||
|
* OCEDO
|
||||||
|
|
||||||
|
- Panda
|
||||||
|
|
||||||
ramips-mt7620 [#80211s]_
|
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')
|
table.insert(try_files, 1, '/sys/class/net/eth1/address')
|
||||||
elseif platform.match('mpc85xx', 'p1020', {'aerohive,hiveap-330'}) then
|
elseif platform.match('mpc85xx', 'p1020', {'aerohive,hiveap-330'}) then
|
||||||
table.insert(try_files, 1, '/sys/class/net/eth0/address')
|
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
|
elseif platform.match('ramips', 'mt7620', {'miwifi-mini'}) then
|
||||||
table.insert(try_files, 1, '/sys/class/net/eth0/address')
|
table.insert(try_files, 1, '/sys/class/net/eth0/address')
|
||||||
elseif platform.match('ramips', 'mt7621', {'dir-860l-b1'}) then
|
elseif platform.match('ramips', 'mt7621', {'dir-860l-b1'}) then
|
||||||
|
@ -3,3 +3,10 @@
|
|||||||
device('aerohive-hiveap-330', 'hiveap-330', {
|
device('aerohive-hiveap-330', 'hiveap-330', {
|
||||||
factory = false,
|
factory = false,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- OCEDO
|
||||||
|
|
||||||
|
device('ocedo-panda', 'panda', {
|
||||||
|
factory = false,
|
||||||
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user