diff options
author | Jeff Kletsky <git-commits@allycomm.com> | 2019-05-03 04:59:59 -0700 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-05-05 21:11:01 +0200 |
commit | 2437418cd54bf96193eb5eb9d04df61e76fa5d00 (patch) | |
tree | 5addf912319a27c9fae4f31ab7ef654b1ca79037 /target/linux | |
parent | edf1d6264b66177b467b437f4f38bbe50f0045f5 (diff) | |
download | upstream-2437418cd54bf96193eb5eb9d04df61e76fa5d00.tar.gz upstream-2437418cd54bf96193eb5eb9d04df61e76fa5d00.tar.bz2 upstream-2437418cd54bf96193eb5eb9d04df61e76fa5d00.zip |
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@allycomm.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |