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

ar71xx: add support for OCEDO Koala (#1475)

parent 79b20b6e
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ if platform.match('ar71xx', 'generic', {'tl-wdr3600', 'tl-wdr4300'}) then ...@@ -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 ...@@ -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
......
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