From: Jeff Kletsky Date: Fri, 3 May 2019 11:59:59 +0000 (-0700) Subject: ath79: glinet_gl-ar750s: Use QCA9887 firmware X-Git-Tag: v19.07.0-rc1~710 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=2437418cd54bf96193eb5eb9d04df61e76fa5d00 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 --- 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