ath79: add support for OCEDO Koala

This adds support for the OCEDO Koala wireless access point.

Enable ar71xx migrations in order to update existing a71xx
installations.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer 2020-09-26 22:05:10 +02:00
parent 7945259bda
commit c08d807317
3 changed files with 7 additions and 1 deletions

View File

@ -10,6 +10,7 @@ local migration_name = 'ar71xx-ath79'
local migration_target_config = {
-- {DEVICE, ETH_SWAP}
{'ocedo,koala', false}
}
-- Create a list for use with platform matching

View File

@ -80,7 +80,6 @@ local primary_addrs = {
'archer-c7-v4',
'archer-c7-v5',
'carambola2',
'koala',
'mr600',
'mr600v2',
'mr900',
@ -107,6 +106,7 @@ local primary_addrs = {
}},
{'ath79', 'generic', {
'glinet,gl-ar750s-nor',
'ocedo,koala',
'ocedo,raccoon',
'tplink,archer-c2-v3',
'tplink,archer-d50-v1',

View File

@ -62,6 +62,11 @@ device('gl.inet-gl-ar300m-lite', 'glinet_gl-ar300m-lite', {
-- OCEDO
device('ocedo-koala', 'ocedo_koala', {
factory = false,
packages = ATH10K_PACKAGES_QCA9880,
})
device('ocedo-raccoon', 'ocedo_raccoon', {
factory = false,
})