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 | |
2019-09-30 | remove unfinished alternative os porting efforts | 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-06-15 | busybox: add missing ash symbol | Waldemar Brodkorb | |
2017-03-20 | busybox: use C library crypt functions by default | Waldemar Brodkorb | |
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: fix defaults and dependencies | Waldemar Brodkorb | |
2016-12-23 | busybox: update to 1.26.0 | 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-07-14 | disable busybox ps, when procps is enabled | Waldemar Brodkorb | |
2016-06-25 | busybox: update to 1.25.0 | Waldemar Brodkorb | |
2016-05-08 | udhcpc: only background for MMU targets | 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. | |||
2015-11-12 | default UTMP/WTMP off | Waldemar Brodkorb | |
2015-11-06 | disable UTMP/WTMP for musl builds | Waldemar Brodkorb | |
2015-11-01 | busybox: update to latest stable version | Waldemar Brodkorb | |
2015-07-02 | don't stop busybox build, when iproute2 is choosen | Waldemar Brodkorb | |
2015-06-16 | fix h8/300 userland build | Waldemar Brodkorb | |
2015-06-04 | enable busybox ipv6 only when kernel module is choosen | Waldemar Brodkorb | |
2015-06-02 | add missing ash symbol, reported via #openadk | Waldemar Brodkorb | |
2015-05-30 | use busybox rdate for adktest | Waldemar Brodkorb | |
2015-02-28 | package/busybox: prevent ip applet compile when iproute2 is active | Phil Sutter | |
2015-02-06 | remove bkeymaps, does not work well anymore, use kbd package. reduce busybox ↵ | Waldemar Brodkorb | |
tools in default config | |||
2015-01-09 | update busybox to 2.23.0 | Waldemar Brodkorb | |
add upstream patches. Fix the busybox disable mechanism. When you choose less or lsusb full blown version, be sure busybox applet is disabled. | |||
2014-12-28 | bring coldfire support in shape | Waldemar Brodkorb | |
Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit. | |||
2014-12-27 | use second partition on solidrun hw. fix install script | Waldemar Brodkorb | |
2014-12-26 | kernel config style. fixes for allmodconfig. | Waldemar Brodkorb | |
2014-08-31 | disable rdate by default | Waldemar Brodkorb | |
2014-08-26 | add sash, simpleinit and a uclibc config for nonmmu case | Waldemar Brodkorb | |
2014-08-15 | be sure to use NOMMU | Waldemar Brodkorb | |
2014-08-15 | use 5307 for now, which results in a working userland. need to investigate. | Waldemar Brodkorb | |
2014-06-04 | add kmod utils subpackage | Waldemar Brodkorb | |
2014-06-01 | disabel crontab, enable devmem | Waldemar Brodkorb | |
2014-05-18 | remove -lgcc stuff, we use static-libgcc | Waldemar Brodkorb | |
2014-04-26 | add support for wlan and bluetooth on cubox, only wlan verified and working | Waldemar Brodkorb | |
2014-04-07 | allow to enable daemons on startup via menuconfig | Waldemar Brodkorb | |
2014-03-19 | use BUSYBOX_STATIC when ADK_STATIC is choosen | Waldemar Brodkorb | |
2014-03-14 | add cifs example, disable busybox internal cifs code | Waldemar Brodkorb | |
2014-03-07 | switching to mksh as default shell. It just works nice, when trying to debug ↵ | Waldemar Brodkorb | |
the bootup process. set -x wirh ash is not working well. And another reason, I have a good contact to the main developer of mksh. Actually he is a friend of mine ;). Adds 50 Kb to the default system (measured for x86 initramfs+kernel) | |||
2014-02-05 | start udhcpc with background option | Waldemar Brodkorb | |
2013-12-02 | update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, ↵ | Waldemar Brodkorb | |
libmpd, ffmpeg | |||
2013-11-02 | update busybox to latest upstream | Waldemar Brodkorb | |
2013-10-18 | reorganize the handling of busybox applets, which needs to be disabled when ↵ | Waldemar Brodkorb | |
full programm is choosen by the user |