From 0293c9d1bb9146de17a5fee8432532090d71dc23 Mon Sep 17 00:00:00 2001 From: Vincent Wiemann Date: Thu, 8 Aug 2019 17:26:42 +0200 Subject: [PATCH] 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. --- 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, })