This release adds support for the arm64/aarch64 architecture. Since uclibc-ng support for arm64 is lacking we instead use musl libc.
Asuswrt firmware exports a value to LD_LIBRARY_PATH which would wreak havoc on Tomatoware, especially so using a different libc. So musl is patched with the following changes.
LD_LIBRARY_PATH -> MUSL_LD_LIBRARY_PATH
LD_PRELOAD -> MUSL_LD_PRELOAD
GCC 12.2.0
Clang/LLVM 15.0.0 (arm64 & arm)
musl 1.2.3 (arm64)
uClibc-ng 1.0.42 (arm & mipsel)
rust 1.63.0 (arm64 & arm) (use apt to install)