summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
3 dayslinux: update to 6.6.82Waldemar Brodkorb
3 daysdropear: update to 2025.87Waldemar Brodkorb
3 dayscurl: update to 8.12.1Waldemar Brodkorb
3 dayslinux: add 6.13.6Waldemar Brodkorb
3 dayslinux: update to 6.12.18Waldemar Brodkorb
11 daysm68k: use malloc-standard for MMU targetsWaldemar Brodkorb
11 daysarcturus-uc5328: no kernel add serial supportWaldemar Brodkorb
12 daysm68k: enable nfsrootWaldemar Brodkorb
12 daysfinetune ADK_TARGET_NO_KERNEL menuWaldemar Brodkorb
12 daysadd support for no Linux kernel builds, use it for arcturus-ucbf54xWaldemar Brodkorb
12 daysarcturus-ucbf54x: enable serialWaldemar Brodkorb
13 daysarcturus-ucbf54x: add kernel compression supportWaldemar Brodkorb
13 daysarcturus-uc5328: add basic infraWaldemar Brodkorb
14 daysupdate mirrors, remove ftp mirrorsWaldemar Brodkorb
14 daysgcc: workaround only for coldfire, breaks g++ for m68kWaldemar Brodkorb
14 daysbfin: allow 2.6.x kernel, arcturus device have networkingWaldemar Brodkorb
2025-02-24gnutls: update to 3.8.9Waldemar Brodkorb
2025-02-23gdb: update to 16.2Waldemar Brodkorb
2025-02-18linux: update to 6.6.77Waldemar Brodkorb
2025-02-13elf2flt: add binutils 2.44Waldemar Brodkorb
2025-02-12openssl: update to 3.4.1Waldemar Brodkorb
2025-02-12libass needs harfbuzzWaldemar Brodkorb
2025-02-11binutils: update to 2.44, remove gold supportWaldemar Brodkorb
2025-02-02squid: update to 6.13Waldemar Brodkorb
2025-02-02ltp: update to 20250130Waldemar Brodkorb
2025-02-02cyrus-sasl: update to 2.1.28Waldemar Brodkorb
2025-02-01openssl: update to 3.4.0Waldemar Brodkorb
2025-02-01bind: update to 9.18.33Waldemar Brodkorb
2025-01-31linux: update rpi kernel to 6.6.74Waldemar Brodkorb
2025-01-30glibc: update to 2.41Waldemar Brodkorb
IA64 and NIOS2 support got removed.
2025-01-29binutils: allow static linkingWaldemar Brodkorb
2025-01-29binutils: disable gprofngWaldemar Brodkorb
I don't use it and it does not link statically when the toolchain itself got linked static. reported via mailinglist.
2025-01-29valgrind: update to 3.24.0Waldemar Brodkorb
2025-01-29gdb: update to 16.1Waldemar Brodkorb
2025-01-29linux: update to 6.12.11Waldemar Brodkorb
2025-01-29linux: update to 5.4.289Waldemar Brodkorb
2025-01-29linux: update to 5.10.233Waldemar Brodkorb
2025-01-28linux: update to 5.15.177Waldemar Brodkorb
2025-01-28linux: update to 6.1.127Waldemar Brodkorb
2025-01-28linux: update to 6.6.69Waldemar Brodkorb
2025-01-28bind: update to 9.18.32Waldemar Brodkorb
2025-01-28libuv: update to 1.50.0Waldemar Brodkorb
2025-01-27strace: update to 6.13Waldemar Brodkorb
2025-01-23asterisk: update to 20.11.1Waldemar Brodkorb
2025-01-22rsync: update to 3.4.1Waldemar Brodkorb
2025-01-14uClibc-ng: update to 1.0.51Waldemar Brodkorb
2025-01-09use elfutils systemwideWaldemar Brodkorb
libelf is deprecated and does not build with gcc-14. Use elfutils instead as drop-in replacement. Add patches from Buildroot to disable progs, which use glibc specific functions.
2025-01-09package: json-c: Fix for compiling with gcc-14Phil Sutter
Wrong ordering in calloc() is bad, mkay? Signed-off-by: Phil Sutter <phil@nwl.cc>
2025-01-09package: cfgfs: Fix for ignored attribute warningsPhil Sutter
The 'bounded' attribute seems to never have existed. Replace it by the 'access' attribute which probably does the same. Declare decompressors' 'dst' parameter as read_write for now, no idea if any of them reads back the written output while decompressing. Signed-off-by: Phil Sutter <phil@nwl.cc>
2025-01-09package: cfgfs: Fix for compiling with gcc-14Phil Sutter
The asprintf() function is not exported unless _GNU_SOURCE has been defined. Signed-off-by: Phil Sutter <phil@nwl.cc>