ar71xx: add support for OCEDO Koala (#1475)
This commit is contained in:
parent
79b20b6e12
commit
52bc028e6b
@ -30,7 +30,7 @@ if platform.match('ar71xx', 'generic', {'tl-wdr3600', 'tl-wdr4300'}) then
|
|||||||
elseif platform.match('ramips', 'mt7621', {'dir-860l-b1'}) then
|
elseif platform.match('ramips', 'mt7621', {'dir-860l-b1'}) then
|
||||||
table.insert(try_files, 1, '/sys/class/ieee80211/phy1/macaddress')
|
table.insert(try_files, 1, '/sys/class/ieee80211/phy1/macaddress')
|
||||||
elseif platform.match('ar71xx', 'generic', {'unifi-outdoor-plus', 'carambola2',
|
elseif platform.match('ar71xx', 'generic', {'unifi-outdoor-plus', 'carambola2',
|
||||||
'a40', 'a60',
|
'a40', 'a60', 'koala',
|
||||||
'mr600', 'mr600v2',
|
'mr600', 'mr600v2',
|
||||||
'mr900', 'mr900v2',
|
'mr900', 'mr900v2',
|
||||||
'mr1750', 'mr1750v2',
|
'mr1750', 'mr1750v2',
|
||||||
|
@ -116,6 +116,12 @@ factory .img
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# OCEDO
|
||||||
|
|
||||||
|
device ocedo-koala koala
|
||||||
|
factory
|
||||||
|
|
||||||
|
|
||||||
# Onion
|
# Onion
|
||||||
|
|
||||||
device onion-omega onion-omega
|
device onion-omega onion-omega
|
||||||
|
Loading…
Reference in New Issue
Block a user