diff options
author | Sven Eckelmann <sven.eckelmann@open-mesh.com> | 2016-06-22 11:35:07 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-22 19:32:06 +0200 |
commit | 776613eeba3611d315fa50f869c0064f02748b0e (patch) | |
tree | e43b383b12a49c1a55edfd4619ba1789e918c7b6 /target/linux/ipq806x/image/Makefile | |
parent | 3f38356893879ae2b0d89f5eb2facddafbc9fd7d (diff) | |
download | upstream-776613eeba3611d315fa50f869c0064f02748b0e.tar.gz upstream-776613eeba3611d315fa50f869c0064f02748b0e.tar.bz2 upstream-776613eeba3611d315fa50f869c0064f02748b0e.zip |
ipq806x: Fix typo in Qualcomm device names
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Diffstat (limited to 'target/linux/ipq806x/image/Makefile')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 7606634fdb..381e43ce78 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -102,7 +102,7 @@ define Device/AP148 BLOCKSIZE := 128KiB PAGESIZE := 2048 BOARD_NAME := ap148 - DEVICE_TITLE := Qualcom AP148 + DEVICE_TITLE := Qualcomm AP148 DEVICE_PACKAGES := ath10k-firmware-qca99x0 endef @@ -113,7 +113,7 @@ define Device/AP148-legacy BLOCKSIZE := 128KiB PAGESIZE := 2048 BOARD_NAME := ap148 - DEVICE_TITLE := Qualcom AP148 (legacy) + DEVICE_TITLE := Qualcomm AP148 (legacy) DEVICE_PACKAGES := ath10k-firmware-qca99x0 endef @@ -146,7 +146,7 @@ define Device/DB149 DEVICE_DTS := qcom-ipq8064-db149 KERNEL_INSTALL := 1 BOARD_NAME := db149 - DEVICE_TITLE := Qualcom DB149 + DEVICE_TITLE := Qualcomm DB149 DEVICE_PACKAGES := ath10k-firmware-qca99x0 endef |