diff options
author | John Crispin <john@phrozen.org> | 2016-06-24 12:54:19 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-24 12:54:19 +0200 |
commit | 39fa05183a6308e755be65be1ceeb40d751cd852 (patch) | |
tree | b858dc7998ba087a76e948952c681cbeca842422 /target/linux | |
parent | 0fe90e5536ed4906a3bd4ed3438dd1ae1c2607ee (diff) | |
download | master-187ad058-39fa05183a6308e755be65be1ceeb40d751cd852.tar.gz master-187ad058-39fa05183a6308e755be65be1ceeb40d751cd852.tar.bz2 master-187ad058-39fa05183a6308e755be65be1ceeb40d751cd852.zip |
ramips: fix ArcherC20i image creation - 3rd try
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |