Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-05-29 | add some tools required for LTP | Waldemar Brodkorb | |
2016-05-10 | ltp: update to 20160510 | Waldemar Brodkorb | |
2016-05-08 | udhcpc: only background for MMU targets | Waldemar Brodkorb | |
2016-04-28 | rename symbol name for toolchain only | Waldemar Brodkorb | |
2016-04-27 | busybox: add whoami in default selection | Waldemar Brodkorb | |
2016-04-24 | fix busybox ip for musl mips64 n64 big endian | Waldemar Brodkorb | |
2016-04-02 | busybox: update to 1.24.2 | Waldemar Brodkorb | |
2016-01-24 | resolve merge | Waldemar Brodkorb | |
2016-01-24 | busybox: avoid some warnings | Waldemar Brodkorb | |
2016-01-10 | less is very useful | Waldemar Brodkorb | |
2015-12-28 | sync is used in adkinstall | Waldemar Brodkorb | |
2015-12-28 | add missing tools for cfgfs | Waldemar Brodkorb | |
2015-12-27 | add needed busybox features for adktest | Waldemar Brodkorb | |
2015-12-27 | more xtensa improvements | Waldemar Brodkorb | |
2015-12-26 | remove utmp and who to fix musl issues while compiling busybox | Waldemar Brodkorb | |
2015-12-25 | activate netcat and rdate for default busybox | Waldemar Brodkorb | |
2015-12-23 | optimize for really small systems | Waldemar Brodkorb | |
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size. |