7 Commits

Author SHA1 Message Date
082098c9ec Add libnl support and update prerequisites in build scripts
- Enhanced build-libraries.sh to configure and build libnl version 3.2.0, including checks for required tools like flex and bison.
- Updated download_prerequisites.sh to include the download link for libnl.
- Modified README.md to document the addition of libnl and its dependencies.
- Set LIBNL_VER to 3.2.0 in versions.sh for consistency across scripts.
2026-04-06 14:56:50 +03:00
3bdde2147b Extract package versions into a single versions.sh file
All hardcoded versions are now defined once in versions.sh and sourced
by build-toolchain.sh, download_prerequisites.sh, and build-libraries.sh,
eliminating the need to update multiple files when changing a version.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 10:07:30 +03:00
8b4a75b42d Update uClibc version to 1.0.55 in build scripts and download prerequisites 2026-02-16 15:42:10 +03:00
c581c66f74 Refactor build scripts to improve directory structure and enhance file handling 2026-02-16 14:46:24 +03:00
343844e690 Fix file download logic to skip already downloaded files 2026-02-16 08:56:39 +03:00
402393867b Link to zlib on the official website has been corrected. 2025-12-09 10:40:17 +03:00
f92f1b441d Added library loading script 2025-12-09 09:08:44 +03:00