ar71xx-generic: Fix packages for GL.iNet AR750

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.
This commit is contained in:
Vincent Wiemann 2019-08-08 17:26:42 +02:00 committed by GitHub
parent c37644e004
commit 0293c9d1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
})