diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-02-22 19:18:51 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-02-22 19:19:46 +0000 |
commit | 9e6a71e86d5707db3ca3248a09f735cbd07c0a4c (patch) | |
tree | ac4d1f6571535cdb187fd5852fed186768c6b6ff /target | |
parent | bb9043031a94dc961b749a97058413e98b2e9f65 (diff) | |
download | upstream-9e6a71e86d5707db3ca3248a09f735cbd07c0a4c.tar.gz upstream-9e6a71e86d5707db3ca3248a09f735cbd07c0a4c.tar.bz2 upstream-9e6a71e86d5707db3ca3248a09f735cbd07c0a4c.zip |
mediatek: mt7623: drop RAMFS_COPY_BIN
fwtool is now always part of the sysupgrade stage2 ramdisk, so drop
the no longer needed RAMFS_COPY_BIN variable.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/mediatek/mt7623/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mediatek/mt7623/base-files/lib/upgrade/platform.sh b/target/linux/mediatek/mt7623/base-files/lib/upgrade/platform.sh index e885f460e9..5d12b6989e 100755 --- a/target/linux/mediatek/mt7623/base-files/lib/upgrade/platform.sh +++ b/target/linux/mediatek/mt7623/base-files/lib/upgrade/platform.sh @@ -1,6 +1,4 @@ - REQUIRE_IMAGE_METADATA=1 -RAMFS_COPY_BIN='fwtool' # Legacy full system upgrade including preloader for MediaTek SoCs on eMMC or SD legacy_mtk_mmc_full_upgrade() { |