busybox: disable bzip2
[openwrt/staging/dedeckeh.git] / package / base-files / files / lib / upgrade / common.sh
index b0a482821dc4c84a881e5fa6c7bc2a3c982ccc85..b59a40456551c80948110046f60de72131d7ccf1 100644 (file)
@@ -96,7 +96,6 @@ get_image() { # <source> [ <command> ]
                local magic="$(dd if="$from" bs=2 count=1 2>/dev/null | hexdump -n 2 -e '1/1 "%02x"')"
                case "$magic" in
                        1f8b) cmd="zcat";;
-                       425a) cmd="bzcat";;
                        *) cmd="cat";;
                esac
        fi