Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2017-09-23 | h8300: use elf2flt from ysato, upstream elf2flt still requires a small patch | 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-01 | busybox: disable fdisk applet, when util-linux fdisk is selected | Waldemar Brodkorb | |
2016-12-13 | expr needed in minimal busybox config | Waldemar Brodkorb | |
2016-10-25 | allow to choose base apps, minor dot cleanup | Waldemar Brodkorb | |
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-30 | busybox: add whoami for PS1 as default | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-05-29 | add some tools required for LTP | Waldemar Brodkorb | |
2016-05-10 | ltp: update to 20160510 | 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-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. | |||
2015-11-16 | default to simpleinit+sash for noMMU targets | Waldemar Brodkorb | |
GDB simulator targets for bfin/h8/300 might have only 8MB of RAM. A busybox based system in the default configuration is to big :) | |||
2014-07-25 | disable busybox rdate, when package/rdate is used | Waldemar Brodkorb | |
2014-06-04 | add kmod utils subpackage | Waldemar Brodkorb | |
2014-05-24 | allow to hide packages, which are provided by busybox applets | Waldemar Brodkorb | |
2014-05-24 | remove PKG_NEED_CXX | Waldemar Brodkorb | |
2014-04-26 | add support for wlan and bluetooth on cubox, only wlan verified and working | Waldemar Brodkorb | |
2013-11-07 | update valgrind to latest upstream version, strlen is not a function in ↵ | Waldemar Brodkorb | |
ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO | |||
2013-10-18 | reorganize the handling of busybox applets, which needs to be disabled when ↵ | Waldemar Brodkorb | |
full programm is choosen by the user | |||
2012-10-05 | make libgcc static for busybox, make librt separate package, remove ↵ | Waldemar Brodkorb | |
dependency to libtirpc, disable inetd, add preliminary multilib support (not working right now),enable 32/64 bit kernel support for x86_64 | |||
2012-06-02 | make XZ working for old kernel | Waldemar Brodkorb | |
2012-03-24 | busybox needs libtirpc, now that eglibc/glibc removed rpc stuff | Waldemar Brodkorb | |
2011-05-30 | added package dependency | warhog | |
Signed-off-by: warhog <warhog@gmx.de> | |||
2010-07-12 | modify many PKG_DESCR variables to fit better into 80 width terminal window | Waldemar Brodkorb | |
2010-04-12 | add proper infrastructure for udhcpd | Phil Sutter | |
This is a bit hacky, as it creates a meta-package with no prompt and boolean value of the busybox internal udhcpd config symbol. It's use is only to get the required files into the image. I guess there is probably a more elegant way of doing this. | |||
2009-12-20 | add some manual menu entries for important packages | Waldemar Brodkorb | |