summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-26implement dual-boot for rockpi4-plus deviceWaldemar Brodkorb
2022-12-26linux: update to 5.15.85Waldemar Brodkorb
2022-12-25update kodi, ffmpeg and libvpxWaldemar Brodkorb
2022-12-25rockpi4-plus: add cfgfs partitionWaldemar Brodkorb
2022-12-25rockpi4-plus: activate sound driverWaldemar Brodkorb
2022-12-25rockpi4-plus: finetune partition tableWaldemar Brodkorb
2022-12-25u-boot: enable fw_printenvWaldemar Brodkorb
2022-12-25iw: update to 5.19Waldemar Brodkorb
2022-12-25wpa_supplicant: default to internal cryptoWaldemar Brodkorb
2022-12-25udhcpc in background for MMU systemsWaldemar Brodkorb
2022-12-25ssid might contain spaces. sleep for a second for wlan to come up.Waldemar Brodkorb
2022-12-25use rockpi4 b plus dtb instead of c, fixes bootup.Waldemar Brodkorb
A lot of drivers where moved from mini.config to target/linux/config. WLAN works, ethernet works, i2c works, RTC works.
2022-12-19Add support for Banana PI M2 ZeroWaldemar Brodkorb
2022-12-15add support for rockpi4-plusWaldemar Brodkorb
2022-12-06wpa_suppplicant: hash has changedWaldemar Brodkorb
2022-12-03u-boot: updateWaldemar Brodkorb
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