Skip to content
Snippets Groups Projects
Unverified Commit 4873c934 authored by J. Burfeind's avatar J. Burfeind Committed by GitHub
Browse files

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

Gone due to
commit 45c84a11 ("ar71xx: drop target")
parent fa04b8d4
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ ath79-generic ...@@ -60,6 +60,7 @@ ath79-generic
* OCEDO * OCEDO
- Koala
- Raccoon - Raccoon
* Onion * Onion
......
...@@ -175,6 +175,11 @@ device('netgear-wnr2200-16m', 'netgear_wnr2200-16m', { ...@@ -175,6 +175,11 @@ device('netgear-wnr2200-16m', 'netgear_wnr2200-16m', {
-- OCEDO -- OCEDO
device('ocedo-koala', 'ocedo_koala', {
factory = false,
packages = ATH10K_PACKAGES_QCA9880,
})
device('ocedo-raccoon', 'ocedo_raccoon', { device('ocedo-raccoon', 'ocedo_raccoon', {
factory = false, factory = false,
}) })
......
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