[OpenWrt-Devel] [PATCH] ath79: glinet_gl-ar750s: Use QCA9887 firmware

Jeff Kletsky jmk at wagsky.com
Fri May 3 07:27:34 EDT 2019


On 5/3/19 12:20 PM, Petr Štetiar wrote:

> Jeff Kletsky <lede at allycomm.com> [2019-05-03 12:11:48]:
>
>> That's strange -- perhaps another patch updated it?
> no, if you look at the patchwork, the patch was simply sent out broken.
>
> -- ynezz

My apologies, resend due to broken patch

(Only applies to and impacts `master` as on ath79 target)

 From c553a3becef8c774c7f725cf84035773b868b809 Mon Sep 17 00:00:00 2001
From: Jeff Kletsky <git-commits at allycomm.com>
Date: Sun, 27 Jan 2019 20:17:16 -0800
Subject: [PATCH] ath79: glinet_gl-ar750s: Use QCA9887 firmware

The GL.iNet AR750S is based around the QCA9563
and requires the QCA9887 firmware for operation.

Signed-off-by: Jeff Kletsky <git-commits at allycomm.com>
---
  target/linux/ath79/image/generic.mk | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index 8588e7cdf6..8e162e1d0e 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -363,7 +363,7 @@ TARGET_DEVICES += glinet_gl-ar300m-nor
  define Device/glinet_gl-ar750s
    ATH_SOC := qca9563
    DEVICE_TITLE := GL.iNet GL-AR750S
-  DEVICE_PACKAGES := kmod-usb2 kmod-ath10k-ct ath10k-firmware-qca988x-ct
+  DEVICE_PACKAGES := kmod-usb2 kmod-ath10k-ct ath10k-firmware-qca9887-ct
    IMAGE_SIZE := 16000k
    SUPPORTED_DEVICES += gl-ar750s
  endef
-- 
2.11.0



.
  


_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list