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.
This commit is contained in:
parent
c37644e004
commit
0a22218304
@ -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,
|
||||
})
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user