Update linux-arm64-full

Update buildroot to 2025.05 (from 2021.09.20)
Improve build speed (remove unused apps and libs)
Update scripts
Update tests

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2025-06-22 21:03:19 +02:00
parent 3deaae3929
commit 76dedb50da
10 changed files with 1177 additions and 641 deletions

View File

@ -22,7 +22,9 @@ autoreconf
./configure --with-ssl-dir=/usr/local/ssl --prefix=/usr/local --with-libs=-lpthread
make -j1 install
make -j"$(nproc)"
make install
cd /usr/src
rm -rf ${OPENSSH_SRC_DIR}