From: John Crispin Date: Fri, 13 May 2016 00:18:07 +0000 (+0200) Subject: ramips: fix ArcherC20i image creation X-Git-Tag: v17.01.0-rc1~2805 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=7697aced2467e646069a2ec462c58dce359151f3 ramips: fix ArcherC20i image creation Signed-off-by: John Crispin --- 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