diff options
author | Christoph Krapp <achterin@googlemail.com> | 2019-01-01 12:03:20 +0000 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-01-01 19:42:41 +0100 |
commit | 59b99e192480a773489d38784682e11436f38f3c (patch) | |
tree | 58ee625ee99ee9b0bc0fdbffb6aaa012f0b8b1e8 /target/linux/ath79/image | |
parent | 257de1b01f985a96a08ba26f2feb5cffec89b911 (diff) | |
download | upstream-59b99e192480a773489d38784682e11436f38f3c.tar.gz upstream-59b99e192480a773489d38784682e11436f38f3c.tar.bz2 upstream-59b99e192480a773489d38784682e11436f38f3c.zip |
ath79: align GL-AR750S boardname to other GL.iNet devices
As the official device name is GL-AR750S, rename the board accordingly.
Signed-off-by: Christoph Krapp <achterin@googlemail.com>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 326633835d..858c1662cc 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -289,14 +289,14 @@ define Device/glinet_gl-ar300m-nor endef TARGET_DEVICES += glinet_gl-ar300m-nor -define Device/glinet_ar750s +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 IMAGE_SIZE := 16000k SUPPORTED_DEVICES += gl-ar750s endef -TARGET_DEVICES += glinet_ar750s +TARGET_DEVICES += glinet_gl-ar750s define Device/glinet_gl-x750 ATH_SOC := qca9531 |