X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fbase-files%2Ffiles%2Flib%2Fupgrade%2Ffwtool.sh;h=6d7300bad632c76e9d24a4c227a9734b7ad55aac;hb=61e01f248eb22ea9a4cffa862218f47970f3ab2c;hp=3f28fccd904dc0ae1019ad31ad11b5a1c220b905;hpb=9808bd279927bcd2d3a78d19a55229b93bbbcf05;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/package/base-files/files/lib/upgrade/fwtool.sh b/package/base-files/files/lib/upgrade/fwtool.sh index 3f28fccd90..6d7300bad6 100644 --- a/package/base-files/files/lib/upgrade/fwtool.sh +++ b/package/base-files/files/lib/upgrade/fwtool.sh @@ -9,7 +9,7 @@ fwtool_check_signature() { fi } - if ! fwtool -q -t -s /tmp/sysupgrade.ucert "$1"; then + if ! fwtool -q -s /tmp/sysupgrade.ucert "$1"; then echo "Image signature not found" [ "$REQUIRE_IMAGE_SIGNATURE" = 1 -a "$FORCE" != 1 ] && { echo "Use sysupgrade -F to override this check when downgrading or flashing to vendor firmware"