aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-24 12:52:40 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-24 12:52:40 +0200
commitdecf892a713aa478a585957007db6dc269bc10a3 (patch)
tree9adca51eb7d19dfb36287a39f4506cf1ff4abf25 /target/linux/ramips
parent64002d69256882b68dd5b400391ecc5159ccf236 (diff)
downloadmaster-187ad058-decf892a713aa478a585957007db6dc269bc10a3.tar.gz
master-187ad058-decf892a713aa478a585957007db6dc269bc10a3.tar.bz2
master-187ad058-decf892a713aa478a585957007db6dc269bc10a3.zip
ramips: fix ArcherC20i image creation
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r--target/linux/ramips/image/mt7620.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk
index 2118c87143..4acc6b3d8b 100644
--- a/target/linux/ramips/image/mt7620.mk
+++ b/target/linux/ramips/image/mt7620.mk
@@ -49,7 +49,7 @@ define Device/ArcherC20i
IMAGES += factory.bin
KERNEL := $(KERNEL_DTB)
KERNEL_INITRAMFS := $(KERNEL_DTB) | tplink-header ArcherC20i -c
- IMAGE/sysupgrade.bin := append-kernel | tplink-header ArcherC20i -j -r $(KDIR)/root.squashfs
+ IMAGE/sysupgrade.bin := $(KERNEL_DTB) | tplink-header ArcherC20i -j -r $(KDIR)/root.squashfs
DEVICE_TITLE := TP-Link ArcherC20i
endef
TARGET_DEVICES += ArcherC20i