summaryrefslogtreecommitdiff
path: root/package/busybox/config
AgeCommit message (Collapse)Author
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-01-20busybox: update to 1.36.0, remove unsupported choiceWaldemar Brodkorb
2022-12-25udhcpc in background for MMU systemsWaldemar Brodkorb
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-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>
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
2019-09-30remove unfinished alternative os porting effortsWaldemar 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-06-15busybox: add missing ash symbolWaldemar Brodkorb
2017-03-20busybox: use C library crypt functions by defaultWaldemar Brodkorb
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: fix defaults and dependenciesWaldemar Brodkorb
2016-12-23busybox: update to 1.26.0Waldemar 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-07-14disable busybox ps, when procps is enabledWaldemar Brodkorb
2016-06-25busybox: update to 1.25.0Waldemar Brodkorb
2016-05-08udhcpc: only background for MMU targetsWaldemar 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-12default UTMP/WTMP offWaldemar Brodkorb
2015-11-06disable UTMP/WTMP for musl buildsWaldemar Brodkorb
2015-11-01busybox: update to latest stable versionWaldemar Brodkorb
2015-07-02don't stop busybox build, when iproute2 is choosenWaldemar Brodkorb
2015-06-16fix h8/300 userland buildWaldemar Brodkorb
2015-06-04enable busybox ipv6 only when kernel module is choosenWaldemar Brodkorb
2015-06-02add missing ash symbol, reported via #openadkWaldemar Brodkorb
2015-05-30use busybox rdate for adktestWaldemar Brodkorb
2015-02-28package/busybox: prevent ip applet compile when iproute2 is activePhil Sutter
2015-02-06remove bkeymaps, does not work well anymore, use kbd package. reduce busybox ↵Waldemar Brodkorb
tools in default config
2015-01-09update busybox to 2.23.0Waldemar 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-28bring coldfire support in shapeWaldemar 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-27use second partition on solidrun hw. fix install scriptWaldemar Brodkorb
2014-12-26kernel config style. fixes for allmodconfig.Waldemar Brodkorb
2014-08-31disable rdate by defaultWaldemar Brodkorb
2014-08-26add sash, simpleinit and a uclibc config for nonmmu caseWaldemar Brodkorb
2014-08-15be sure to use NOMMUWaldemar Brodkorb
2014-08-15use 5307 for now, which results in a working userland. need to investigate.Waldemar Brodkorb
2014-06-04add kmod utils subpackageWaldemar Brodkorb
2014-06-01disabel crontab, enable devmemWaldemar Brodkorb