[source] mvebu: fix typo in image metadata support

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 27 06:39:03 PST 2016


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/7cc0d8b3bdea8fcbf5ff36a0acceb652c152b507

commit 7cc0d8b3bdea8fcbf5ff36a0acceb652c152b507
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Fri Nov 25 17:44:24 2016 +0100

    mvebu: fix typo in image metadata support
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/mvebu/image/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile
index 8b203a4..2d26529 100644
--- a/target/linux/mvebu/image/Makefile
+++ b/target/linux/mvebu/image/Makefile
@@ -147,7 +147,7 @@ TARGET_DEVICES += linksys-wrt1900ac
 define Device/openblocks-ax3
   $(Device/UBI-factory)
   DEVICE_DTS := armada-xp-openblocks-ax3-4
-  SUPPORTED_DEVCES := $(1)
+  SUPPORTED_DEVICES := $(1)
   BLOCKSIZE := 128k
   PAGESIZE := 1
   IMAGE/factory.img := append-kernel | pad-to $$(BLOCKSIZE) | append-ubi
@@ -196,7 +196,7 @@ TARGET_DEVICES += armada-388-clearfog
 define Device/globalscale-mirabox
   $(Device/NAND-512K)
   DEVICE_DTS := armada-370-mirabox
-  SUPPORTED_DEVCES := mirabox
+  SUPPORTED_DEVICES := mirabox
   DEVICE_TITLE := Globalscale Mirabox
 endef
 TARGET_DEVICES += globalscale-mirabox



More information about the lede-commits mailing list