瀏覽代碼

Add additional depends packages

bryan 11 月之前
父節點
當前提交
82c53029e0
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      openwrtbuilder

+ 5 - 1
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)