From 6a27c2f4b1a4a65210396336d2226f5b3f482374 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 30 Jul 2018 17:42:39 +0200 Subject: base-files: drop fwtool_pre_upgrade this feature has never worked, the fw image name was not passed and the -t parameter was missing in the tool invocation. drop the feature. Signed-off-by: John Crispin (cherry picked from commit 5e1b4c57ded7898be5255aef594fa18ec206f0b2) --- package/base-files/files/lib/upgrade/fwtool.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/base-files/files/lib/upgrade') diff --git a/package/base-files/files/lib/upgrade/fwtool.sh b/package/base-files/files/lib/upgrade/fwtool.sh index 49f02b7bd9..aa2ac79d13 100644 --- a/package/base-files/files/lib/upgrade/fwtool.sh +++ b/package/base-files/files/lib/upgrade/fwtool.sh @@ -1,7 +1,3 @@ -fwtool_pre_upgrade() { - fwtool -q -i /dev/null "$1" -} - fwtool_check_image() { [ $# -gt 1 ] && return 1 -- cgit v1.2.3