summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-28openssh: update to 8.5p1Waldemar Brodkorb
2021-03-28libressl: update to 3.2.5Waldemar Brodkorb
2021-03-28uclibc-ng: update to 1.0.38Waldemar Brodkorb
2021-03-02different kodi-task bugfixesWaldemar Brodkorb
2021-03-02rpi: update bootloader and linux kernelWaldemar Brodkorb
2021-03-01ruby: update to 3.0.0Waldemar Brodkorb
2021-02-25package/busybox: Update stored config filesPhil Sutter
When updating busybox, these files must be updated - otherwise the config written to busybox source tree when building may be incomplete, causing the build to hang. Fixes: e4800c73e63e5 ("busybox: update to latest") Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-02-25package/busybox: Implement config extractorPhil Sutter
This is a small script updating the stored busybox config files from an extracted source tree. Basically it copies the the files keeping directory hierarchy intact, adjusts contained 'source' calls for the new path (relative to $TOPDIR) and prefixes all defined (and referenced) symbols with 'BUSYBOX_'. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-02-25package/freeradius-server: Update to version 3.0.21Phil Sutter
The old version 3.0.13 is no longer available for download. Adjust radiusd.conf, some items were moved to 'security' section. Install all dictionaries in /usr/share/freeradius - the base dictionary includes all but very few of them, so no point in explicitly stating which ones to include. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-02-25package/radvd: Update to version 2.18Phil Sutter
The old version didn't get along with newer kernel headers, got error messages like: [...]/linux/if_arp.h:116:8: error: redefinition of 'struct arpreq' Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-02-25target/linux/config: Fix MIPS supportPhil Sutter
Kernel needs CONFIG_KERNEL_MIPS_FP_SUPPORT, otherwise init segfaults.
2021-02-25prereq: Use check-lxdialog.sh to determine curses libraryPhil Sutter
Curses detection in adk/config/Makefile is a mess - pkg-config was designed to avoid exactly that, so make it a required tool on all host OSs and call check-lxdialog.sh from mconf sources which uses it to define the required curses LIBS and CFLAGS from prereq.sh. Since pkg-config output also contains the right arguments for libtinfo (which depends on the chosen curses variant), no mismatches between the two may happen anymore. While being at it, sync check-lxdialog.sh with current linux sources so it covers installations with widechar support as well. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-02-25linux: update kernelsWaldemar Brodkorb
2021-02-19update musl/glibc/newlibWaldemar Brodkorb
2021-02-19wget: only try two times by defaultWaldemar Brodkorb
2021-02-19readline: update to 8.1Waldemar Brodkorb
2021-02-19clamav: set curl pathWaldemar Brodkorb
2021-02-19gdb: use system readlineWaldemar Brodkorb
2021-02-08binutils: update to 2.36.1Waldemar Brodkorb
2021-01-29mips64 failed to boot in qemu with linux 5.4.92Waldemar Brodkorb
2021-01-28mips failed to boot in qemu with linux 5.4.92Waldemar Brodkorb
2021-01-28gdbserver: fix buildWaldemar Brodkorb
2021-01-28clamav: update to latestWaldemar Brodkorb
2021-01-28gdb: update to 10.1Waldemar Brodkorb
2021-01-28linux: fix for Qemu vexpress in Thumb modeWaldemar Brodkorb
2021-01-27linux: use 4.19 for arcWaldemar Brodkorb
2021-01-25linux: update to 5.4.92Waldemar Brodkorb
2021-01-22fix defconfig usageWaldemar Brodkorb
2021-01-08improved detection of the cfgfs partition by checking for the ID of the ↵Joerg Seitter
partition Signed-off-by: Joerg Seitter <adk@seitter.net>
2020-12-31allow to preset thread implementationWaldemar Brodkorb
2020-12-28uclibc: update to 1.0.37Waldemar Brodkorb
2020-12-23adjusted python version number to updated python3 packageJoerg Seitter
Signed-off-by: Joerg Seitter <adk@seitter.net>
2020-11-12allow to choose NPTL for ARM FDPICWaldemar Brodkorb
2020-11-12c-ares: update to 1.16.1Waldemar Brodkorb
2020-11-12afboot-stm32: fix problem with fdpic toolchainWaldemar Brodkorb
2020-11-10linux: update 5.4.xWaldemar Brodkorb
2020-11-10dropbear: update to latestWaldemar Brodkorb
2020-11-10arc: update commentWaldemar Brodkorb
2020-11-04arc: update gcc/binutilsWaldemar Brodkorb
2020-11-01m68k: migrate to kernel 5.4.xWaldemar Brodkorb
2020-10-31automake: fix build on centos8Waldemar Brodkorb
2020-10-31sparc: default to gcc 7.x, newer gcc breaks bootupWaldemar Brodkorb
2020-10-31sh4: migrate to linux 5.4 with latest binutilsWaldemar Brodkorb
2020-10-31rsyslog: update to 8.2010.0Waldemar Brodkorb
2020-10-31linux: automatically mount devtmpfs for initramfs base systemsWaldemar Brodkorb
2020-10-31riscv64: unbreak bootup in qemu againWaldemar Brodkorb
2020-10-31strace: update to 5.9Waldemar Brodkorb
2020-10-19sh: downgrade binutils, newer versionns mislinking kernelWaldemar Brodkorb
2020-10-18systemd: remove unused paramsWaldemar Brodkorb
2020-10-18Merge branch 'master' of gogs.waldemar-brodkorb.de:oss/openadkWaldemar Brodkorb