Browse Source

imx6: fix build breakage introduced in 9e41c3f54e3c

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 years ago
parent
commit
7e7a31e682
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/imx6/image/Makefile

+ 1 - 1
target/linux/imx6/image/Makefile

@@ -142,7 +142,7 @@ define Device/ventana
   IMAGE/nand_normal.ubi := ubi-boot-overlay normal 2048 124KiB 128KiB 8124
   IMAGE/nand_large.ubi := ubi-boot-overlay large 4096 248KiB 256KiB 8124
   IMAGE/bootfs.tar.gz := bootfs.tar.gz
-  IMAGE_NAME := $$(IMAGE_PREFIX)-$$(1)-$$(2)
+  IMAGE_NAME = $$(IMAGE_PREFIX)-$$(1)-$$(2)
 endef
 
 define Device/wandboard