From f32b8c84b083a67b31421d0650e47d51c3b4926d Mon Sep 17 00:00:00 2001 From: bryan Date: Sun, 27 Jul 2025 22:39:31 -0400 Subject: [PATCH] Update dependencies --- openwrtbuilder | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/openwrtbuilder b/openwrtbuilder index 022533e..c8061ae 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -181,6 +181,11 @@ install_dependencies() { gcc-c++ git make + libev-devel + pam-devel + libtirpc-devel + xz-devel + net-snmp-devel ncurses-devel patch rsync @@ -220,6 +225,11 @@ install_dependencies() { git libncurses5-dev libssl-dev + libev-dev + libpam-dev + libtirpc-dev + liblzma-dev + libsnmp-dev python3-distutils rsync unzip @@ -250,12 +260,16 @@ install_dependencies() { groff gzip libelf + libev libtool + libtirpc libxslt m4 make ncurses + net-snmp openssl + pam patch pkgconf python @@ -267,6 +281,7 @@ install_dependencies() { util-linux wget which + xz zlib patch) ;;