Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-16 | libressl: disable asm on ARM, fixes illegal instruction problem for tor in ↵ | Waldemar Brodkorb | |
qemu-system-arm vexpress emulation | |||
2021-11-15 | smartmontools: Add short description to package Makefile | Phil Sutter | |
Fixes: 71ff322ce5bd4 ("new package smartmontools") Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-15 | tasks: Add NAS task | Phil Sutter | |
Useful for something with multiple, large disks. Preselect some disk/network filesystems and vsftpd. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-15 | Add support for Synology DS414 NAS | Phil Sutter | |
The device features a Marvell Armada XP CPU, introduced config symbol ADK_TARGET_CPU_ARM_MVEBU should suffice for all Armada-based Marvell CPUs, though. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-15 | mk: Support appending a DTB to kernel image | Phil Sutter | |
Activated by setting ADK_TARGET_KERNEL_APPEND_DTB symbol to the basename (without suffix) of a dtb file. Not quite user-friendly, but really meant for internal use via default symbol values depending on chosen target system. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-15 | Fix 'make kernelconfig' | Phil Sutter | |
Using KERNEL_MAKE variable in this spot breaks things, for some reason linking fails if KERNEL_MAKE_ENV is passed to make. Before, this worked by accident because due to missing kernel-vars.mk include, KERNEL_MAKE_ENV evaluated empty. Fixes: e48e15bff4252 ("mk: Introduce KERNEL_MAKE variable") Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-14 | Merge branch 'master' of gogs.waldemar-brodkorb.de:oss/openadk | Waldemar Brodkorb | |
2021-11-14 | xorg-server: update to latest | Waldemar Brodkorb | |
modesetting driver is included. Tested with Qemu -std vga. | |||
2021-11-14 | xterm: update to 369 | Waldemar Brodkorb | |
2021-11-14 | grub: update to 2.0.5 | Waldemar Brodkorb | |
2021-11-14 | fix kernel menuconfig | Waldemar Brodkorb | |
2021-11-14 | glibc: ld.so was renamed | Waldemar Brodkorb | |
2021-11-14 | fetchmail: update to latest upstream | Waldemar Brodkorb | |
2021-11-14 | meson: work-in-progress host-compile | Waldemar Brodkorb | |
2021-11-13 | glib: link against ffi | Waldemar Brodkorb | |
2021-11-13 | coreutils: update to 9.0 | Waldemar Brodkorb | |
2021-11-13 | kexec-tools: update to 2.0.23 | Waldemar Brodkorb | |
2021-11-12 | rsync: update to 3.2.3 | Waldemar Brodkorb | |
2021-11-12 | gdk-pixbuf: fix build dependencies | Waldemar Brodkorb | |
2021-11-11 | use kernel 5.10 for ppc64 | Waldemar Brodkorb | |
2021-11-11 | xtensa: use -mlongcalls for big-endian, too | Waldemar Brodkorb | |
2021-11-11 | bfin fdpic gcc 10 fails | Waldemar Brodkorb | |
2021-11-11 | gcr: needs libgtk3 | Waldemar Brodkorb | |
2021-11-11 | libffi: disable symbol versioning | Waldemar Brodkorb | |
2021-11-11 | meson: update to 0.60.1 | Waldemar Brodkorb | |
2021-11-11 | gstreamer: update to 1.19.3 | Waldemar Brodkorb | |
2021-11-11 | fix | Waldemar Brodkorb | |
2021-11-11 | libtiff: use autotools for correct *.pc generation | Waldemar Brodkorb | |
2021-11-11 | daq: update to 2.0.7 | Waldemar Brodkorb | |
2021-11-11 | icu4c: update to 70.1 | Waldemar Brodkorb | |
2021-11-04 | ppp: fix rp-pppoe plugin compile | Waldemar Brodkorb | |
2021-11-04 | wolfssl: update to 5.0.0 | Waldemar Brodkorb | |
2021-11-04 | qingy: fix gcc 10.x compile error | Waldemar Brodkorb | |
2021-11-04 | popt: update to 1.18 | Waldemar Brodkorb | |
2021-11-04 | p5-html-parser: update to 3.7.6 | Waldemar Brodkorb | |
2021-11-04 | tiff: update to 4.3.0 | Waldemar Brodkorb | |
2021-11-04 | libffi: update to 3.4.2 | Waldemar Brodkorb | |
2021-11-04 | curl: update to 7.79.1 | Waldemar Brodkorb | |
2021-11-04 | perl.mk fixup after version bump of perl | Waldemar Brodkorb | |
2021-11-04 | c-ares: update to 1.18.1 | Waldemar Brodkorb | |
2021-11-04 | directfb: update to 1.7.7 | Waldemar Brodkorb | |
2021-11-04 | mdadm: Add dependencies on kernel symbols | Phil Sutter | |
Without kernel support for MD RAID, mdadm is pretty useless. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | package: cryptsetup: Update to 2.4.1 | Phil Sutter | |
There is a new (optional) dependency libargon2 - a builtin fallback exists but is supposed to be slow. Add mandatory kernel modules for kernel crypto backend and the default cipher choice when creating new LUKS mappings. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | package: Port libargon2 package | Phil Sutter | |
This is an optional dependency of a more recent cryptsetup package. It replaces the bundled one and is supposed to be faster. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | lvm: Update to version 2.02.188 | Phil Sutter | |
Drop all patches while doing so, seems to work just fine without. New dependency is libaio. Also add a dependency on BLK_DEV_DM kernel symbol. Note the backported patch from upstream fixing for libc implementations without symbol versioning support which caused a segfault in cryptsetup due to recursive calls to dm_task_get_info_base(). Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | package: Port libaio | Phil Sutter | |
This is required by a more recent version of lvm package. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | samba: Update to version 4.13.2 | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | package: Port p5-parse-yapp | Phil Sutter | |
Host-build required by a more recent samba package. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | heimdal: Update to version 7.7.0 | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-04 | perl: Update perl and perl-cross | Phil Sutter | |
Perl update avoids an "Attempt to free unreferenced scalar" error in miniperl when host building. Update perl-cross while being at it. Signed-off-by: Phil Sutter <phil@nwl.cc> |