summaryrefslogtreecommitdiff
path: root/package/busybox
AgeCommit message (Collapse)Author
14 daysbusybox: fix hwclock compile with musl, from busybox mlWaldemar Brodkorb
2024-01-21ntpd: start earlierWaldemar Brodkorb
2024-01-18support nommu with ELF binariesWaldemar Brodkorb
2023-08-25lm32: revert to the old kernel, which boots up with lpj set via appendWaldemar Brodkorb
Bootup until a hello world: [ 0.000000] BINFMT_FLAT: Loading file: /init [ 0.000000] Mapping is 47438000, Entry point is 44, data_start is 1f00 [ 0.000000] Load /init: TEXT=47438040-47439f00 DATA=47439f20-4743a0f0 BSS=4743a0f0-4743c130 Stopps here. :(
2023-08-02busybox: disable Oz optimizationWaldemar Brodkorb
2023-05-26busybox: update to 1.36.1Waldemar Brodkorb
2023-01-20busybox: update to 1.36.0, remove unsupported choiceWaldemar Brodkorb
2022-12-25udhcpc in background for MMU systemsWaldemar Brodkorb
2022-02-07goodbye systemd, never worked fully on a openadk emulator or device. Use ↵Waldemar Brodkorb
simple static device nodes with devtmpfs as default. mdev is to bloated for some devices
2022-01-21busybox: disable swaponoff, fails on bfinWaldemar Brodkorb
2022-01-08busybox/hush: update to 1.35.0Waldemar Brodkorb
2021-04-22various fixes for embedded-test runWaldemar Brodkorb
2021-04-15stm32 fixesWaldemar Brodkorb
2021-04-10update busybox/hush to latestWaldemar Brodkorb
2021-04-09busybox: noMMU fixesWaldemar Brodkorb
2021-02-25package/busybox: Update stored config filesPhil Sutter
When updating busybox, these files must be updated - otherwise the config written to busybox source tree when building may be incomplete, causing the build to hang. Fixes: e4800c73e63e5 ("busybox: update to latest") Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-02-25package/busybox: Implement config extractorPhil Sutter
This is a small script updating the stored busybox config files from an extracted source tree. Basically it copies the the files keeping directory hierarchy intact, adjusts contained 'source' calls for the new path (relative to $TOPDIR) and prefixes all defined (and referenced) symbols with 'BUSYBOX_'. Signed-off-by: Phil Sutter <phil@nwl.cc>
2020-09-17busybox: add missing symbols for noMMU caseWaldemar Brodkorb
2020-08-06busybox: oops forgot the new Config.in fileWaldemar Brodkorb
2020-08-06busybox: update to latestWaldemar Brodkorb
2020-02-04glibc: update to 2.31Waldemar Brodkorb
2019-09-30remove unfinished alternative os porting effortsWaldemar 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.
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