[LEDE-DEV] [PATCH] ipq806x: Fix typo in Qualcomm device names

Sven Eckelmann sven.eckelmann at open-mesh.com
Wed Jun 22 06:54:42 PDT 2016


Signed-off-by: Sven Eckelmann <sven.eckelmann at open-mesh.com>
---
 target/linux/ipq806x/image/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile
index 455ea1e..36f2332 100644
--- a/target/linux/ipq806x/image/Makefile
+++ b/target/linux/ipq806x/image/Makefile
@@ -106,7 +106,7 @@ define Device/AP148
 	BLOCKSIZE := 128KiB
 	PAGESIZE := 2048
 	BOARD_NAME := ap148
-	DEVICE_TITLE := Qualcom AP148
+	DEVICE_TITLE := Qualcomm AP148
 endef
 
 define Device/AP148-legacy
@@ -116,7 +116,7 @@ define Device/AP148-legacy
 	BLOCKSIZE := 128KiB
 	PAGESIZE := 2048
 	BOARD_NAME := ap148
-	DEVICE_TITLE := Qualcom AP148 (legacy)
+	DEVICE_TITLE := Qualcomm AP148 (legacy)
 endef
 
 define Device/C2600
@@ -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
 endef
 
 define Device/EA8500



More information about the Lede-dev mailing list