Skip to content
Snippets Groups Projects
Commit 92ecb316 authored by Vincent Wiemann's avatar Vincent Wiemann Committed by Martin Weinelt
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.

(cherry picked from commit 0a222183)
parent 2280cb3a
No related branches found
No related tags found
No related merge requests found
......@@ -85,9 +85,10 @@ factory
device gl.inet-gl-ar750 gl-ar750
manifest_alias gl-ar750
packages $ATH10K_PACKAGES
packages $ATH10K_PACKAGES_QCA9887
factory
# Linksys by Cisco
device linksys-wrt160nl wrt160nl WRT160NL
......
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