diff options
author | Mathias Kresin <dev@kresin.me> | 2018-11-26 15:39:25 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-11-27 21:11:54 +0100 |
commit | 68d77241cdb979eebb66549c242d5362adaaecdc (patch) | |
tree | 4c50a1e66be98810b5bea8bc90e03c87918f4506 /target/linux/ath79/image | |
parent | e0def989e8659cc130852f84f52607652bddb201 (diff) | |
download | upstream-68d77241cdb979eebb66549c242d5362adaaecdc.tar.gz upstream-68d77241cdb979eebb66549c242d5362adaaecdc.tar.bz2 upstream-68d77241cdb979eebb66549c242d5362adaaecdc.zip |
ath79: rename glinet x750
The boardname is gl-x750 and is already used for the led names.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 9bdd8f6e35..48d477dd9e 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -183,13 +183,13 @@ define Device/glinet_ar300m_nor endef TARGET_DEVICES += glinet_ar300m_nor -define Device/glinet_x750 +define Device/glinet_gl-x750 ATH_SOC := qca9533 - DEVICE_TITLE := GL.iNet GL-ARX750 + DEVICE_TITLE := GL.iNet GL-X750 DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ath10k ath10k-firmware-qca9887 IMAGE_SIZE := 16000k endef -TARGET_DEVICES += glinet_x750 +TARGET_DEVICES += glinet_gl-x750 define Device/iodata_etg3-r ATH_SOC := ar9342 |