Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-10 | busybox: fix hwclock compile with musl, from busybox ml | Waldemar Brodkorb | |
2024-01-21 | ntpd: start earlier | Waldemar Brodkorb | |
2024-01-18 | support nommu with ELF binaries | Waldemar Brodkorb | |
2023-08-25 | lm32: revert to the old kernel, which boots up with lpj set via append | Waldemar Brodkorb | |
Bootup until a hello world: [ 0.000000] BINFMT_FLAT: Loading file: /init [ 0.000000] Mapping is 47438000, Entry point is 44, data_start is 1f00 [ 0.000000] Load /init: TEXT=47438040-47439f00 DATA=47439f20-4743a0f0 BSS=4743a0f0-4743c130 Stopps here. :( | |||
2023-08-02 | busybox: disable Oz optimization | Waldemar Brodkorb | |
2023-05-26 | busybox: update to 1.36.1 | Waldemar Brodkorb | |
2023-01-20 | busybox: update to 1.36.0, remove unsupported choice | Waldemar Brodkorb | |
2022-12-25 | udhcpc in background for MMU systems | Waldemar Brodkorb | |
2022-02-07 | goodbye systemd, never worked fully on a openadk emulator or device. Use ↵ | Waldemar Brodkorb | |
simple static device nodes with devtmpfs as default. mdev is to bloated for some devices | |||
2022-01-21 | busybox: disable swaponoff, fails on bfin | Waldemar Brodkorb | |
2022-01-08 | busybox/hush: update to 1.35.0 | Waldemar Brodkorb | |
2021-04-22 | various fixes for embedded-test run | Waldemar Brodkorb | |
2021-04-15 | stm32 fixes | Waldemar Brodkorb | |
2021-04-10 | update busybox/hush to latest | Waldemar Brodkorb | |
2021-04-09 | busybox: noMMU fixes | 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> | |||
2020-09-17 | busybox: add missing symbols for noMMU case | Waldemar Brodkorb | |
2020-08-06 | busybox: oops forgot the new Config.in file | Waldemar Brodkorb | |
2020-08-06 | busybox: update to latest | Waldemar Brodkorb | |
2020-02-04 | glibc: update to 2.31 | Waldemar Brodkorb | |
2019-09-30 | remove unfinished alternative os porting efforts | Waldemar Brodkorb | |
2018-06-03 | arm-nommu: enable uClinux, better defaults | Waldemar Brodkorb | |
2018-05-28 | rpi: update firmware, kernel and fixup more stuff | Waldemar Brodkorb | |
2018-05-25 | rework hardware and C library settings | Waldemar Brodkorb | |
Make the menu system for configuration more intuitive. First choose operating system, then hardware, starting with architecture. Then choose either generic or a sample system. When choosing a sample be more strict in case of MMU or Endianess selection, so a misconfiguration isn't possible. Furthermore put a new top level menu for C library configuration and add Binary format, Instruction set, version selection, float type and any C library specific options. Refactor the duplicate definition of Qemu system versatile and Synopsys NSIM. | |||
2018-04-21 | fix symbol names for kernel | Waldemar Brodkorb | |
2017-09-23 | h8300: use elf2flt from ysato, upstream elf2flt still requires a small patch | Waldemar Brodkorb | |
2017-06-15 | busybox: add missing ash symbol | Waldemar Brodkorb | |
2017-03-20 | busybox: use C library crypt functions by default | Waldemar Brodkorb | |
2017-02-09 | rework base submenu, make it more clear what is already provided by busybox | Waldemar Brodkorb | |
2017-01-30 | busybox: sort lists, fix when grep/find should be disabled | Waldemar Brodkorb | |
Reported by Oliver, who uses grep/findutils instead of busybox grep/find in his config. | |||
2017-01-26 | busybox: fix symbol names, reported by Alex Brand | Waldemar Brodkorb | |
2017-01-24 | busybox: update to 1.26.2 | Waldemar Brodkorb | |
2017-01-14 | cfgfs: use rdev, adaption for new busybox fdisk | Waldemar Brodkorb | |
2017-01-01 | busybox: disable fdisk applet, when util-linux fdisk is selected | Waldemar Brodkorb | |
2016-12-26 | busybox: refresh patch, fix modprobe-small | Waldemar Brodkorb | |
2016-12-26 | busybox: fix defaults and dependencies | Waldemar Brodkorb | |
2016-12-25 | busybox: fix ifup dependency for udhcpc commandline options | Waldemar Brodkorb | |
2016-12-23 | busybox: update to 1.26.0 | Waldemar Brodkorb | |
2016-12-13 | expr needed in minimal busybox config | Waldemar Brodkorb | |
2016-11-25 | finalize systemd as alternative init system | Waldemar Brodkorb | |
Most important is the fix in patch-src_journal_journald-server_c, which breaks startup of systemd-journald when code is compiled with -DNDEBUG. A lot of base-files reorganizing to only install required files on sysv systems. | |||
2016-11-13 | busybox: fix blocking ntpd when DNS isn't available | Waldemar Brodkorb | |
2016-10-25 | allow to choose base apps, minor dot cleanup | Waldemar Brodkorb | |
2016-09-24 | busybox: enable unicode support, useful for german umlaut handling, reported ↵ | Waldemar Brodkorb | |
by Oliver | |||
2016-09-15 | busybox: add missing bunzip2 handling, reported by Mario | Waldemar Brodkorb | |
2016-09-08 | use Braunschweig NTP for all ntp packages | Waldemar Brodkorb | |
2016-09-07 | fix busybox ip default gw issue, add all hotfixes | Waldemar Brodkorb | |
2016-07-14 | disable busybox ps, when procps is enabled | Waldemar Brodkorb | |
2016-06-30 | busybox: add whoami for PS1 as default | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-06-25 | busybox: update to 1.25.0 | Waldemar Brodkorb | |