summaryrefslogtreecommitdiff
path: root/package/busybox
AgeCommit message (Collapse)Author
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.
2018-04-21fix symbol names for kernelWaldemar Brodkorb
2017-09-23h8300: use elf2flt from ysato, upstream elf2flt still requires a small patchWaldemar Brodkorb
2017-06-15busybox: add missing ash symbolWaldemar 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-26busybox: fix symbol names, reported by Alex BrandWaldemar Brodkorb
2017-01-24busybox: update to 1.26.2Waldemar Brodkorb
2017-01-14cfgfs: use rdev, adaption for new busybox fdiskWaldemar Brodkorb
2017-01-01busybox: disable fdisk applet, when util-linux fdisk is selectedWaldemar Brodkorb
2016-12-26busybox: refresh patch, fix modprobe-smallWaldemar Brodkorb
2016-12-26busybox: fix defaults and dependenciesWaldemar Brodkorb
2016-12-25busybox: fix ifup dependency for udhcpc commandline optionsWaldemar Brodkorb
2016-12-23busybox: update to 1.26.0Waldemar Brodkorb
2016-12-13expr needed in minimal busybox configWaldemar Brodkorb
2016-11-25finalize systemd as alternative init systemWaldemar 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-13busybox: fix blocking ntpd when DNS isn't availableWaldemar Brodkorb
2016-10-25allow to choose base apps, minor dot cleanupWaldemar Brodkorb
2016-09-24busybox: enable unicode support, useful for german umlaut handling, reported ↵Waldemar Brodkorb
by Oliver
2016-09-15busybox: add missing bunzip2 handling, reported by MarioWaldemar Brodkorb
2016-09-08use Braunschweig NTP for all ntp packagesWaldemar Brodkorb
2016-09-07fix busybox ip default gw issue, add all hotfixesWaldemar 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-06-25busybox: update to 1.25.0Waldemar Brodkorb
2016-05-29add some tools required for LTPWaldemar Brodkorb
2016-05-10ltp: update to 20160510Waldemar Brodkorb
2016-05-08udhcpc: only background for MMU targetsWaldemar Brodkorb
2016-04-28rename symbol name for toolchain onlyWaldemar Brodkorb
2016-04-27busybox: add whoami in default selectionWaldemar Brodkorb
2016-04-24fix busybox ip for musl mips64 n64 big endianWaldemar Brodkorb
2016-04-02busybox: update to 1.24.2Waldemar 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-12-21bzip2 can be used from hostWaldemar Brodkorb
2015-12-13rework prereq checkWaldemar Brodkorb
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
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 :)
2015-11-12default UTMP/WTMP offWaldemar Brodkorb
2015-11-06disable UTMP/WTMP for musl buildsWaldemar Brodkorb