diff options
author | Andreas Böhler <dev@aboehler.at> | 2020-01-05 11:13:55 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-01-05 12:21:33 +0100 |
commit | 411a666df279eb44488be4c3a6d59228b87e3957 (patch) | |
tree | 16ecd0586f489cf9ac52937017e91d51ca1af77d /target/linux/ramips/image/mt7620.mk | |
parent | fba8083540cecf87c3e320b7c3c084542de19af2 (diff) | |
download | upstream-411a666df279eb44488be4c3a6d59228b87e3957.tar.gz upstream-411a666df279eb44488be4c3a6d59228b87e3957.tar.bz2 upstream-411a666df279eb44488be4c3a6d59228b87e3957.zip |
ramips: fix sysupgrade image for TP-Link RE200v1
Images generated for the TP-Link RE200v1 cannot be updated using
sysupgrade, because a necessary call to append-metadata was missing.
Signed-off-by: Andreas Böhler <dev@aboehler.at>
Diffstat (limited to 'target/linux/ramips/image/mt7620.mk')
-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 cbf35f804a..698d1b5da2 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -962,7 +962,7 @@ define Device/tplink_re200-v1 DEVICE_VARIANT := v1 DEVICE_PACKAGES := kmod-mt76x0e IMAGES += factory.bin - IMAGE/sysupgrade.bin := mktplinkfw sysupgrade -e -O + IMAGE/sysupgrade.bin := mktplinkfw sysupgrade -e -O | append-metadata IMAGE/factory.bin := mktplinkfw factory -e -O IMAGE_SIZE := 7936k KERNEL := $(KERNEL_DTB) |