Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-11 | mariadb: update to 10.6.4 | Waldemar Brodkorb | |
2021-10-11 | boost: update to 1.77.0 | Waldemar Brodkorb | |
2021-10-11 | cmake: update to 3.21.3 | Waldemar Brodkorb | |
2021-10-11 | python3: update to 3.9.7 | Waldemar Brodkorb | |
2021-10-11 | gdbm: update to 1.21 | Waldemar Brodkorb | |
2021-10-11 | ruby: update to 3.0.2 | Waldemar Brodkorb | |
2021-10-11 | ltp: update to 20210524 | Waldemar Brodkorb | |
2021-10-11 | bash: update to 5.1.8 | Waldemar Brodkorb | |
2021-10-11 | uclibc-ng: update to 1.0.39 | Waldemar Brodkorb | |
2021-09-18 | gnupg: update to 1.4.23 | Waldemar Brodkorb | |
2021-09-18 | libressl: update to 3.3.4 | Waldemar Brodkorb | |
2021-09-18 | openssh: update to 8.7p1 | Waldemar Brodkorb | |
2021-09-16 | linux: update 5.4/5.10 to latest | Waldemar Brodkorb | |
2021-09-16 | glibc: update to 2.34 | Waldemar Brodkorb | |
2021-09-16 | gcc: add 11.2 | Waldemar Brodkorb | |
2021-09-16 | binutils: update to 2.37 | Waldemar Brodkorb | |
2021-09-16 | flex: update download url | Waldemar Brodkorb | |
2021-08-25 | libressl: update to 3.3.3 | Waldemar Brodkorb | |
2021-08-25 | enable cxa_atexit, fixes libressl compile error | Waldemar Brodkorb | |
2021-06-11 | gcc: update 8/9 | Waldemar Brodkorb | |
2021-06-11 | use bzImage for qemu-s390 | Waldemar Brodkorb | |
2021-04-22 | various fixes for embedded-test run | Waldemar Brodkorb | |
2021-04-15 | linux: update to 5.10.30 | Waldemar Brodkorb | |
2021-04-15 | fix miniconfig for stm32 | Waldemar Brodkorb | |
2021-04-15 | fix libc versions | Waldemar Brodkorb | |
2021-04-15 | stm32 fixes | Waldemar Brodkorb | |
2021-04-10 | update busybox/hush to latest | Waldemar Brodkorb | |
2021-04-10 | stm32 fixes | Waldemar Brodkorb | |
2021-04-10 | af-boot: fix linking | Waldemar Brodkorb | |
2021-04-10 | openocd: update to 0.11.0 | Waldemar Brodkorb | |
2021-04-10 | use Linux 5.10.x by default, fix mips32r6 issue | Waldemar Brodkorb | |
2021-04-10 | add DTB for stm32f4 | Waldemar Brodkorb | |
2021-04-10 | gcc: add c6x patch | Waldemar Brodkorb | |
2021-04-09 | gcc: fix sparc toolchain, patch from buildroot | Waldemar Brodkorb | |
2021-04-09 | gcc: update to 10.3, set as default | Waldemar Brodkorb | |
2021-04-09 | libatomic: do not fail on non-existent file, like blackfin FDPIC | Waldemar Brodkorb | |
2021-04-09 | busybox: noMMU fixes | Waldemar Brodkorb | |
2021-03-31 | git: update to 2.31.1 | Waldemar Brodkorb | |
2021-03-31 | curl: update to 7.75.0 | Waldemar Brodkorb | |
2021-03-28 | openssh: update to 8.5p1 | Waldemar Brodkorb | |
2021-03-28 | libressl: update to 3.2.5 | Waldemar Brodkorb | |
2021-03-28 | uclibc-ng: update to 1.0.38 | Waldemar Brodkorb | |
2021-03-02 | different kodi-task bugfixes | Waldemar Brodkorb | |
2021-03-02 | rpi: update bootloader and linux kernel | Waldemar Brodkorb | |
2021-03-01 | ruby: update to 3.0.0 | Waldemar Brodkorb | |
2021-02-25 | package/busybox: Update stored config files | Phil 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-25 | package/busybox: Implement config extractor | Phil 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-25 | package/freeradius-server: Update to version 3.0.21 | Phil 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-25 | package/radvd: Update to version 2.18 | Phil 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-25 | target/linux/config: Fix MIPS support | Phil Sutter | |
Kernel needs CONFIG_KERNEL_MIPS_FP_SUPPORT, otherwise init segfaults. |