Add zstd package for new openwrt IB compression
This commit is contained in:
@@ -289,8 +289,8 @@ install_dependencies() {
|
|||||||
wget
|
wget
|
||||||
python3
|
python3
|
||||||
axel
|
axel
|
||||||
perl-IPC-Cmd)
|
perl-IPC-Cmd
|
||||||
;;
|
zstd) ;;
|
||||||
debian|ubuntu)
|
debian|ubuntu)
|
||||||
pkg_list+=(
|
pkg_list+=(
|
||||||
build-essential
|
build-essential
|
||||||
@@ -305,12 +305,9 @@ install_dependencies() {
|
|||||||
wget
|
wget
|
||||||
unzip
|
unzip
|
||||||
python
|
python
|
||||||
axel)
|
axel
|
||||||
;;
|
zstd) ;;
|
||||||
*)
|
*) debug "Unsupported OS for automatic dependency install"; return 1 ;;
|
||||||
debug "Skipping dependency install, your OS is unsupported"
|
|
||||||
return 1
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user