summaryrefslogtreecommitdiff
path: root/package/busybox/config/init/Config.in
AgeCommit message (Collapse)Author
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-08-06busybox: update to latestWaldemar Brodkorb
2016-12-23busybox: update to 1.26.0Waldemar Brodkorb
2016-06-25busybox: update to 1.25.0Waldemar 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.
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-08-26add sash, simpleinit and a uclibc config for nonmmu caseWaldemar Brodkorb
2012-08-30update busybox to latest stable version, refresh all Config.in filesWaldemar Brodkorb
2011-04-12package/busybox: minor update, some fixes and commentsPhil Sutter
- update to 1.18.4 - introduce BB_MAKE_FLAGS, simplifying package/busybox/Makefile a bit - document how the package/busybox/config may be updated - document what needs to be done so one may drop 003-defaults.patch - update package/busybox/config, a few busybox features were not selectable
2010-07-13disable new appletsWaldemar Brodkorb
2009-11-29add etables, finetune squid package, more busybox finetuningWaldemar Brodkorb
2009-11-27update busybox and default configWaldemar Brodkorb
2009-06-04first regressions found while runtime testingWaldemar Brodkorb
- fix add_rconf and quoting - update gpsd to latest upstream - do not use size parameter for cfgfs and tmpfs - disable some dangerous busybox options - fix some kernel module dependencies
2009-05-17Initial importwbx