ath79-generic: (re)add support for Ocedo Koala (#2606)

Gone due to
commit 45c84a117b ("ar71xx: drop target")
This commit is contained in:
J. Burfeind 2022-08-16 22:37:42 +02:00 committed by GitHub
parent fa04b8d4c4
commit 4873c9341e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,7 @@ ath79-generic
* OCEDO
- Koala
- Raccoon
* Onion

View File

@ -175,6 +175,11 @@ device('netgear-wnr2200-16m', 'netgear_wnr2200-16m', {
-- OCEDO
device('ocedo-koala', 'ocedo_koala', {
factory = false,
packages = ATH10K_PACKAGES_QCA9880,
})
device('ocedo-raccoon', 'ocedo_raccoon', {
factory = false,
})