From 9e6a71e86d5707db3ca3248a09f735cbd07c0a4c Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 22 Feb 2022 19:18:51 +0000 Subject: [PATCH] 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 --- target/linux/mediatek/mt7623/base-files/lib/upgrade/platform.sh | 2 -- 1 file changed, 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() { -- 2.30.2