From 0a22218304c2481dd1e8e606e7df6ea40b078f6e Mon Sep 17 00:00:00 2001 From: Vincent Wiemann Date: Sat, 10 Aug 2019 10:17:29 +0200 Subject: [PATCH] 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. --- targets/ar71xx-generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic index c14abaa0..ed88d6ae 100644 --- a/targets/ar71xx-generic +++ b/targets/ar71xx-generic @@ -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, })