diff options
author | John Crispin <john@phrozen.org> | 2018-07-30 17:42:39 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 17:42:39 +0200 |
commit | 5e1b4c57ded7898be5255aef594fa18ec206f0b2 (patch) | |
tree | 88103f65741c9267e95ab58e053d0ffe2d321557 /package/base-files/files/lib/upgrade | |
parent | 5660c8fb20d056eac495647bb1116883f269ed8d (diff) | |
download | upstream-5e1b4c57ded7898be5255aef594fa18ec206f0b2.tar.gz upstream-5e1b4c57ded7898be5255aef594fa18ec206f0b2.tar.bz2 upstream-5e1b4c57ded7898be5255aef594fa18ec206f0b2.zip |
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 <john@phrozen.org>
Diffstat (limited to 'package/base-files/files/lib/upgrade')
-rw-r--r-- | package/base-files/files/lib/upgrade/fwtool.sh | 4 |
1 files changed, 0 insertions, 4 deletions
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 |