diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-05 15:42:27 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-05 15:42:27 +0200 |
commit | a0ea3eab63076d0020dfa1b139fbb87573f25408 (patch) | |
tree | 74c3be8c819b02405d37107a997ea96ba8a2aa1e /target | |
parent | 3ec48039326f218b1edad9da74b1694f722da7f2 (diff) | |
download | upstream-a0ea3eab63076d0020dfa1b139fbb87573f25408.tar.gz upstream-a0ea3eab63076d0020dfa1b139fbb87573f25408.tar.bz2 upstream-a0ea3eab63076d0020dfa1b139fbb87573f25408.zip |
brcm63xx: fix typo image/Makefile
This typo was introduced in c6990347
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/image/bcm63xx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/image/bcm63xx.mk b/target/linux/brcm63xx/image/bcm63xx.mk index 24cf085bf7..80104f12e9 100644 --- a/target/linux/brcm63xx/image/bcm63xx.mk +++ b/target/linux/brcm63xx/image/bcm63xx.mk @@ -648,7 +648,7 @@ TARGET_DEVICES += HG556a-B define Device/HG556a-C $(Device/bcm63xx) DEVICE_TITLE := Huawei EchoLife HG556a rev C - DEVICE_DESCRIPTION = Build firmware images for Huawei HG556a version B (Ralink) + DEVICE_DESCRIPTION = Build firmware images for Huawei HG556a version C (Ralink) DEVICE_DTS := hg556a-c CFE_BOARD_ID := HW556 CFE_CHIP_ID := 6358 |