Skip to content
Snippets Groups Projects
Unverified Commit d3d22ba6 authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

ath79-generic: add support for Joy-IT JT-OR750i (#2282)

parent 596c6314
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,10 @@ ath79-generic ...@@ -17,6 +17,10 @@ ath79-generic
- GL-AR300M-Lite - GL-AR300M-Lite
* Joy-IT
- JT-OR750i
* OCEDO * OCEDO
- Raccoon - Raccoon
......
...@@ -60,6 +60,14 @@ device('gl.inet-gl-ar300m-lite', 'glinet_gl-ar300m-lite', { ...@@ -60,6 +60,14 @@ device('gl.inet-gl-ar300m-lite', 'glinet_gl-ar300m-lite', {
factory = false, factory = false,
}) })
-- JOY-IT
device('joy-it-jt-or750i', 'joyit_jt-or750i', {
packages = ATH10K_PACKAGES_QCA9887,
factory = false,
})
-- OCEDO -- OCEDO
device('ocedo-raccoon', 'ocedo_raccoon', { device('ocedo-raccoon', 'ocedo_raccoon', {
......
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