summaryrefslogtreecommitdiff
path: root/package/busybox/Config.in.manual
AgeCommit message (Collapse)Author
2023-01-20busybox: update to 1.36.0, remove unsupported choiceWaldemar Brodkorb
2021-04-15stm32 fixesWaldemar Brodkorb
2018-06-03arm-nommu: enable uClinux, better defaultsWaldemar Brodkorb
2018-05-28rpi: update firmware, kernel and fixup more stuffWaldemar Brodkorb
2018-05-25rework hardware and C library settingsWaldemar 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-23h8300: use elf2flt from ysato, upstream elf2flt still requires a small patchWaldemar Brodkorb
2017-03-20busybox: use C library crypt functions by defaultWaldemar Brodkorb
2017-02-09rework base submenu, make it more clear what is already provided by busyboxWaldemar Brodkorb
2017-01-30busybox: sort lists, fix when grep/find should be disabledWaldemar Brodkorb
Reported by Oliver, who uses grep/findutils instead of busybox grep/find in his config.
2017-01-01busybox: disable fdisk applet, when util-linux fdisk is selectedWaldemar Brodkorb
2016-12-13expr needed in minimal busybox configWaldemar Brodkorb
2016-10-25allow to choose base apps, minor dot cleanupWaldemar Brodkorb
2016-09-15busybox: add missing bunzip2 handling, reported by MarioWaldemar Brodkorb
2016-07-14disable busybox ps, when procps is enabledWaldemar Brodkorb
2016-06-30busybox: add whoami for PS1 as defaultWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-05-29add some tools required for LTPWaldemar Brodkorb
2016-05-10ltp: update to 20160510Waldemar Brodkorb
2016-04-28rename symbol name for toolchain onlyWaldemar Brodkorb
2016-04-27busybox: add whoami in default selectionWaldemar Brodkorb
2016-01-24resolve mergeWaldemar Brodkorb
2016-01-24busybox: avoid some warningsWaldemar Brodkorb
2016-01-10less is very usefulWaldemar Brodkorb
2015-12-28sync is used in adkinstallWaldemar Brodkorb
2015-12-28add missing tools for cfgfsWaldemar Brodkorb
2015-12-27add needed busybox features for adktestWaldemar Brodkorb
2015-12-27more xtensa improvementsWaldemar Brodkorb
2015-12-26remove utmp and who to fix musl issues while compiling busyboxWaldemar Brodkorb
2015-12-25activate netcat and rdate for default busyboxWaldemar Brodkorb
2015-12-23optimize for really small systemsWaldemar 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-16default to simpleinit+sash for noMMU targetsWaldemar 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-25disable busybox rdate, when package/rdate is usedWaldemar Brodkorb
2014-06-04add kmod utils subpackageWaldemar Brodkorb
2014-05-24allow to hide packages, which are provided by busybox appletsWaldemar Brodkorb
2014-05-24remove PKG_NEED_CXXWaldemar Brodkorb
2014-04-26add support for wlan and bluetooth on cubox, only wlan verified and workingWaldemar Brodkorb
2013-11-07update 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-18reorganize the handling of busybox applets, which needs to be disabled when ↵Waldemar Brodkorb
full programm is choosen by the user
2012-10-05make 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-02make XZ working for old kernelWaldemar Brodkorb
2012-03-24busybox needs libtirpc, now that eglibc/glibc removed rpc stuffWaldemar Brodkorb
2011-05-30added package dependencywarhog
Signed-off-by: warhog <warhog@gmx.de>
2010-07-12modify many PKG_DESCR variables to fit better into 80 width terminal windowWaldemar Brodkorb
2010-04-12add proper infrastructure for udhcpdPhil 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-20add some manual menu entries for important packagesWaldemar Brodkorb