summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-22gnupg2: update and all depsWaldemar Brodkorb
2021-10-17elf2ft: fix binutis versionWaldemar Brodkorb
2021-10-11php: update to 7.4.24Waldemar Brodkorb
2021-10-11mariadb: update to 10.6.4Waldemar Brodkorb
2021-10-11boost: update to 1.77.0Waldemar Brodkorb
2021-10-11cmake: update to 3.21.3Waldemar Brodkorb
2021-10-11python3: update to 3.9.7Waldemar Brodkorb
2021-10-11gdbm: update to 1.21Waldemar Brodkorb
2021-10-11ruby: update to 3.0.2Waldemar Brodkorb
2021-10-11ltp: update to 20210524Waldemar Brodkorb
2021-10-11bash: update to 5.1.8Waldemar Brodkorb
2021-10-11uclibc-ng: update to 1.0.39Waldemar Brodkorb
2021-09-18gnupg: update to 1.4.23Waldemar Brodkorb
2021-09-18libressl: update to 3.3.4Waldemar Brodkorb
2021-09-18openssh: update to 8.7p1Waldemar Brodkorb
2021-09-16linux: update 5.4/5.10 to latestWaldemar Brodkorb
2021-09-16glibc: update to 2.34Waldemar Brodkorb
2021-09-16gcc: add 11.2Waldemar Brodkorb
2021-09-16binutils: update to 2.37Waldemar Brodkorb
2021-09-16flex: update download urlWaldemar Brodkorb
2021-08-25libressl: update to 3.3.3Waldemar Brodkorb
2021-08-25enable cxa_atexit, fixes libressl compile errorWaldemar Brodkorb
2021-06-11gcc: update 8/9Waldemar Brodkorb
2021-06-11use bzImage for qemu-s390Waldemar Brodkorb
2021-04-22various fixes for embedded-test runWaldemar Brodkorb
2021-04-15linux: update to 5.10.30Waldemar Brodkorb
2021-04-15fix miniconfig for stm32Waldemar Brodkorb
2021-04-15fix libc versionsWaldemar Brodkorb
2021-04-15stm32 fixesWaldemar Brodkorb
2021-04-10update busybox/hush to latestWaldemar Brodkorb
2021-04-10stm32 fixesWaldemar Brodkorb
2021-04-10af-boot: fix linkingWaldemar Brodkorb
2021-04-10openocd: update to 0.11.0Waldemar Brodkorb
2021-04-10use Linux 5.10.x by default, fix mips32r6 issueWaldemar Brodkorb
2021-04-10add DTB for stm32f4Waldemar Brodkorb
2021-04-10gcc: add c6x patchWaldemar Brodkorb
2021-04-09gcc: fix sparc toolchain, patch from buildrootWaldemar Brodkorb
2021-04-09gcc: update to 10.3, set as defaultWaldemar Brodkorb
2021-04-09libatomic: do not fail on non-existent file, like blackfin FDPICWaldemar Brodkorb
2021-04-09busybox: noMMU fixesWaldemar Brodkorb
2021-03-31git: update to 2.31.1Waldemar Brodkorb
2021-03-31curl: update to 7.75.0Waldemar Brodkorb
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>