From: John Crispin Date: Sun, 15 May 2016 09:59:43 +0000 (+0200) Subject: ramips: fix ArcherC20i image creation - 3rd try X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1d9c0b240925f1f4e0d3c642c884f3dec5b56160;p=openwrt%2Fstaging%2Fwigyori.git ramips: fix ArcherC20i image creation - 3rd try Signed-off-by: John Crispin --- diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 2a344247f1..862f0165a2 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -48,7 +48,7 @@ define Device/ArcherC20i DTS := ArcherC20i KERNEL := $(KERNEL_DTB) KERNEL_INITRAMFS := $(KERNEL_DTB) | tplink-header ArcherC20i -c - IMAGE/sysupgrade.bin := $(KERNEL_DTB) | tplink-header ArcherC20i -j -r $(KDIR)/root.squashfs + IMAGE/sysupgrade.bin := append-kernel | tplink-header ArcherC20i -j -r $(KDIR)/root.squashfs DEVICE_TITLE := TP-Link ArcherC20i endef TARGET_DEVICES += ArcherC20i