summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-16squid: update to 5.2Waldemar Brodkorb
2021-11-16tor: update to 0.4.6.8Waldemar Brodkorb
2021-11-16libressl: disable asm on ARM, fixes illegal instruction problem for tor in ↵Waldemar Brodkorb
qemu-system-arm vexpress emulation
2021-11-15smartmontools: Add short description to package MakefilePhil Sutter
Fixes: 71ff322ce5bd4 ("new package smartmontools") Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-15tasks: Add NAS taskPhil 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-15Add support for Synology DS414 NASPhil 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-15mk: Support appending a DTB to kernel imagePhil 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-15Fix '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-14Merge branch 'master' of gogs.waldemar-brodkorb.de:oss/openadkWaldemar Brodkorb
2021-11-14xorg-server: update to latestWaldemar Brodkorb
modesetting driver is included. Tested with Qemu -std vga.
2021-11-14xterm: update to 369Waldemar Brodkorb
2021-11-14grub: update to 2.0.5Waldemar Brodkorb
2021-11-14fix kernel menuconfigWaldemar Brodkorb
2021-11-14glibc: ld.so was renamedWaldemar Brodkorb
2021-11-14fetchmail: update to latest upstreamWaldemar Brodkorb
2021-11-14meson: work-in-progress host-compileWaldemar Brodkorb
2021-11-13glib: link against ffiWaldemar Brodkorb
2021-11-13coreutils: update to 9.0Waldemar Brodkorb
2021-11-13kexec-tools: update to 2.0.23Waldemar Brodkorb
2021-11-12rsync: update to 3.2.3Waldemar Brodkorb
2021-11-12gdk-pixbuf: fix build dependenciesWaldemar Brodkorb
2021-11-11use kernel 5.10 for ppc64Waldemar Brodkorb
2021-11-11xtensa: use -mlongcalls for big-endian, tooWaldemar Brodkorb
2021-11-11bfin fdpic gcc 10 failsWaldemar Brodkorb
2021-11-11gcr: needs libgtk3Waldemar Brodkorb
2021-11-11libffi: disable symbol versioningWaldemar Brodkorb
2021-11-11meson: update to 0.60.1Waldemar Brodkorb
2021-11-11gstreamer: update to 1.19.3Waldemar Brodkorb
2021-11-11fixWaldemar Brodkorb
2021-11-11libtiff: use autotools for correct *.pc generationWaldemar Brodkorb
2021-11-11daq: update to 2.0.7Waldemar Brodkorb
2021-11-11icu4c: update to 70.1Waldemar Brodkorb
2021-11-04ppp: fix rp-pppoe plugin compileWaldemar Brodkorb
2021-11-04wolfssl: update to 5.0.0Waldemar Brodkorb
2021-11-04qingy: fix gcc 10.x compile errorWaldemar Brodkorb
2021-11-04popt: update to 1.18Waldemar Brodkorb
2021-11-04p5-html-parser: update to 3.7.6Waldemar Brodkorb
2021-11-04tiff: update to 4.3.0Waldemar Brodkorb
2021-11-04libffi: update to 3.4.2Waldemar Brodkorb
2021-11-04curl: update to 7.79.1Waldemar Brodkorb
2021-11-04perl.mk fixup after version bump of perlWaldemar Brodkorb
2021-11-04c-ares: update to 1.18.1Waldemar Brodkorb
2021-11-04directfb: update to 1.7.7Waldemar Brodkorb
2021-11-04mdadm: Add dependencies on kernel symbolsPhil Sutter
Without kernel support for MD RAID, mdadm is pretty useless. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-04package: cryptsetup: Update to 2.4.1Phil 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-04package: Port libargon2 packagePhil 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-04lvm: Update to version 2.02.188Phil 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-04package: Port libaioPhil Sutter
This is required by a more recent version of lvm package. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-04samba: Update to version 4.13.2Phil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-11-04package: Port p5-parse-yappPhil Sutter
Host-build required by a more recent samba package. Signed-off-by: Phil Sutter <phil@nwl.cc>