diff options
author | Sven Eckelmann <sven.eckelmann@open-mesh.com> | 2016-06-23 18:59:55 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-23 18:59:55 +0200 |
commit | cfe551285f02f5a9fd4fc458dcca3d60430abf47 (patch) | |
tree | fdc3167aeb5ce97b20d89d052fc80bc1ce31a4f7 /target/linux/ipq806x/image | |
parent | b5245ba456f2083f43ec3fa7e4cb33124b7a1885 (diff) | |
download | master-187ad058-cfe551285f02f5a9fd4fc458dcca3d60430abf47.tar.gz master-187ad058-cfe551285f02f5a9fd4fc458dcca3d60430abf47.tar.bz2 master-187ad058-cfe551285f02f5a9fd4fc458dcca3d60430abf47.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')
-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 43de23e1a7..2355fc7550 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 DEVICE_PACKAGES := ath10k-firmware-qca99x0 endef @@ -117,7 +117,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 @@ -150,7 +150,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 |