Skip to content
Snippets Groups Projects
Commit 0a222183 authored by Vincent Wiemann's avatar Vincent Wiemann Committed by Matthias Schiffer
Browse files

ar71xx-generic: Fix packages for GL.iNet AR750 (#1792)

The profile for GL.iNet AR750 currently selects ATH10K_PACKAGES, but this device actually has a QCA9887 which needs another driver.
This commit fixes the issue by setting ATH10K_PACKAGES_QCA9887 instead.
parent c37644e0
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ device('gl.inet-gl-ar300m', 'gl-ar300m', {
device('gl.inet-gl-ar750', 'gl-ar750', {
factory = false,
manifest_aliases = {'gl-ar750'},
packages = ATH10K_PACKAGES,
packages = ATH10K_PACKAGES_QCA9887,
})
......
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