From 2ee0ed2a096cbcf65a21aa006dde848006dda470 Mon Sep 17 00:00:00 2001 From: bryan Date: Sat, 7 Dec 2024 17:19:10 -0500 Subject: [PATCH] Add zstd package for new openwrt IB compression --- openwrtbuilder | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/openwrtbuilder b/openwrtbuilder index 6af44f9..a368afa 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -289,8 +289,8 @@ install_dependencies() { wget python3 axel - perl-IPC-Cmd) - ;; + perl-IPC-Cmd + zstd) ;; debian|ubuntu) pkg_list+=( build-essential @@ -305,12 +305,9 @@ install_dependencies() { wget unzip python - axel) - ;; - *) - debug "Skipping dependency install, your OS is unsupported" - return 1 - ;; + axel + zstd) ;; + *) debug "Unsupported OS for automatic dependency install"; return 1 ;; esac fi