Просмотр исходного кода

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 <[email protected]>
Jeff Kletsky 6 лет назад
Родитель
Сommit
2437418cd5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      target/linux/ath79/image/generic.mk

+ 1 - 1
target/linux/ath79/image/generic.mk

@@ -363,7 +363,7 @@ TARGET_DEVICES += glinet_gl-ar300m-nor
 define Device/glinet_gl-ar750s
 define Device/glinet_gl-ar750s
   ATH_SOC := qca9563
   ATH_SOC := qca9563
   DEVICE_TITLE := GL.iNet GL-AR750S
   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
   IMAGE_SIZE := 16000k
   SUPPORTED_DEVICES += gl-ar750s
   SUPPORTED_DEVICES += gl-ar750s
 endef
 endef