diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2016-06-30 09:54:19 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-30 22:48:39 +0200 |
commit | e3cf2cc1c6f04865f569cf567411dfc7661de451 (patch) | |
tree | 8a75f6c2a425b7df792d2dcabc9f78b2cff5304e /target | |
parent | 11cbe29833db3a7ec41ac1c4c675fb0b31338f39 (diff) | |
download | upstream-e3cf2cc1c6f04865f569cf567411dfc7661de451.tar.gz upstream-e3cf2cc1c6f04865f569cf567411dfc7661de451.tar.bz2 upstream-e3cf2cc1c6f04865f569cf567411dfc7661de451.zip |
ar71xx: image: remove duplicate IMAGES definition
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 2380a62cb4..ced1610aa6 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 |