From 82c53029e012f9445452da928c1dd3ee286999d0 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 23 Apr 2024 15:03:01 -0400 Subject: [PATCH] Add additional depends packages --- openwrtbuilder | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openwrtbuilder b/openwrtbuilder index eda4329..80defd8 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -232,16 +232,20 @@ installDependencies() { "diffutils" "python2" "python3" + "python3-setuptools" + "python3-pyelftools" "perl-base" "perl-Data-Dumper" "perl-File-Compare" "perl-File-Copy" "perl-FindBin" + "perl-IPC-Cmd" "perl-Thread-Queue" "perl-Time-Piece" - "python3-pyelftools" + "perl-JSON-PP" "swig" "clang" # for qosify + "llvm15-libs" ) ;; debian|ubuntu)