summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-28package: dropbear: Minor Makefile fixPhil Sutter
The file options.h does not exist anymore, instead custom overrides should go into localoptions.h. Both settings are not needed anymore though, so no functional change. Signed-off-by: Phil Sutter <phil@nwl.cc>
2022-11-28package: samba: Avoid creating sockets in /etc/Phil Sutter
Otherwise cfgfs will complain. Signed-off-by: Phil Sutter <phil@nwl.cc>
2022-11-28gmediaserver: Fix for newer libmagic, support flac and flvPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2022-11-28gmediaserver: Depend on magicPhil Sutter
It needs the database to identify file types. Signed-off-by: Phil Sutter <phil@nwl.cc>
2022-11-28file: Fix magic packagePhil Sutter
If enabled, the database was installed into libmagic fake dir. Signed-off-by: Phil Sutter <phil@nwl.cc>
2022-11-28lvm: Add a default config to stop writing cachePhil Sutter
No point in storing the cache in cfgfs. Signed-off-by: Phil Sutter <phil@nwl.cc>
2022-11-28file: Update to version 5.41Phil Sutter
The previous version did not host-compile for me, this one seems not to require a host-build for cross-compiling. Signed-off-by: Phil Sutter <phil@nwl.cc>
2022-11-28adk/tools/pkgmaker: Fix memleak in toupperstr()Phil Sutter
The function allocated a fresh buffer upon every call but callers didn't care to free the returned value. To solve this in a most simple way, make the function non-reentrant, returning a pointer to a local, statically allocated buffer which is being overwritten upon each consecutive call. Signed-off-by: Phil Sutter <phil@nwl.cc>
2022-11-28mk/kernel-build.mk: Drop redundant assignmentsPhil Sutter
If ADK_TARGET_KERNEL_VMLINUX_BOOTP==y, ADK_TARGET_KERNEL=bootpfile hence no need for the clause. Also, KERNEL_TARGET defaults to $(ADK_TARGET_KERNEL) already. Signed-off-by: Phil Sutter <phil@nwl.cc>
2022-10-20dnsmasq: update to 2.87Waldemar Brodkorb
2022-10-20openssh: update to 9.1p1Waldemar Brodkorb
2022-10-20zlib: update to 1.2.13Waldemar Brodkorb
2022-10-19xz: update to 5.2.7Waldemar Brodkorb
2022-10-11toolbox: disable mknod, compile issue with glibcWaldemar Brodkorb
2022-10-11libevent: update to 2.1.12Waldemar Brodkorb
2022-10-10htop: update to 3.2.1Waldemar Brodkorb
2022-10-10fix checksum for 5.4.215Waldemar Brodkorb
2022-10-10gcc: fix compile for cortex-a7Waldemar Brodkorb
2022-10-10linux: update 5.x kernelsWaldemar Brodkorb
2022-09-23enable math testsWaldemar Brodkorb
2022-09-23gdb: update to 12.1Waldemar Brodkorb
2022-09-23expat: disable docbookWaldemar Brodkorb
2022-09-23zlib: update to 1.2.12Waldemar Brodkorb
2022-09-22add support for STM32F746G-DISCO deviceWaldemar Brodkorb
Tested with toolbox / simpleinit as userland. FDPIC/FLAT support both successfully tested. No LCD or Ethernet support.
2022-09-12riscv: use -fPIC for noMMUWaldemar Brodkorb
2022-09-12dtc: update to 1.6.1Waldemar Brodkorb
2022-09-05linux-rpi: update kernel to 5.10.110Waldemar Brodkorb
2022-09-02openvpn: update to 2.5.7Waldemar Brodkorb
2022-09-01libressl: update to 3.5.3Waldemar Brodkorb
2022-08-31wpa_supplicant: update to 2.10Waldemar Brodkorb
2022-08-31some changes for img-tec and various thingsWaldemar Brodkorb
2022-08-30gcc: update to 9.5.0Waldemar Brodkorb
2022-08-29gcc: update to 10.4.0Waldemar Brodkorb
2022-08-29gcc: update to 12.2.0Waldemar Brodkorb
2022-08-26strace: update to 5.19Waldemar Brodkorb
2022-08-19binutils: 2.39 removed support for nds32Waldemar Brodkorb
2022-08-19loongarch: use special linux version, boots up nowWaldemar Brodkorb
2022-08-11add basic loongarch support, qemu does not boot the kernel, yetWaldemar Brodkorb
2022-08-11binutils: update to 2.39Waldemar Brodkorb
2022-08-11uclibc-ng: update to 1.0.42Waldemar Brodkorb
2022-08-03gcc: add 12.1Waldemar Brodkorb
2022-08-03glibc: update to 2.36Waldemar Brodkorb
2022-08-02ruby: update to 3.1.2Waldemar Brodkorb
2022-05-27gzip: update to 1.12Waldemar Brodkorb
2022-05-27mutt: update to 2.2.3Waldemar Brodkorb
2022-05-20uclibc-ng: update to 1.0.41Waldemar Brodkorb
2022-05-13linux: update to 5.4.193Waldemar Brodkorb
2022-05-02gcc: update to 11.3.0Waldemar Brodkorb
2022-04-27openssh: update to 9.0p1Waldemar Brodkorb
2022-04-27libressl: update to 3.5.2Waldemar Brodkorb