[source] ar71xx: image: remove duplicate IMAGES definition

LEDE Commits lede-commits at lists.infradead.org
Thu Jun 30 21:44:54 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=e3cf2cc1c6f04865f569cf567411dfc7661de451

commit e3cf2cc1c6f04865f569cf567411dfc7661de451
Author: Yousong Zhou <yszhou4tech at gmail.com>
AuthorDate: Thu Jun 30 09:54:19 2016 +0800

    ar71xx: image: remove duplicate IMAGES definition
    
    Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
---
 target/linux/ar71xx/image/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 2380a62..ced1610 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -88,7 +88,6 @@ define Device/Default
   DEVICE_PROFILE = $$(BOARDNAME)
   PROFILES = Default Minimal $$(DEVICE_PROFILE)
   MTDPARTS :=
-  IMAGES := sysupgrade.bin
   BLOCKSIZE := 64k
   FILESYSTEMS = $(filter-out jffs2-%,$(TARGET_FILESYSTEMS)) jffs2-$$(BLOCKSIZE)
   CONSOLE = ttyS0,115200



More information about the lede-commits mailing list