summaryrefslogtreecommitdiff
path: root/package/busybox/config/miscutils/Config.in
AgeCommit message (Collapse)Author
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-01-08busybox/hush: update to 1.35.0Waldemar Brodkorb
2021-04-10update busybox/hush to latestWaldemar 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: update to latestWaldemar 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.
2015-11-01busybox: update to latest stable versionWaldemar Brodkorb
2014-06-01disabel crontab, enable devmemWaldemar Brodkorb
2014-05-18remove -lgcc stuff, we use static-libgccWaldemar Brodkorb
2014-04-26add support for wlan and bluetooth on cubox, only wlan verified and workingWaldemar Brodkorb
2014-04-07allow to enable daemons on startup via menuconfigWaldemar Brodkorb
2013-12-02update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, ↵Waldemar Brodkorb
libmpd, ffmpeg
2013-10-18reorganize the handling of busybox applets, which needs to be disabled when ↵Waldemar Brodkorb
full programm is choosen by the user
2012-08-30update busybox to latest stable version, refresh all Config.in filesWaldemar Brodkorb
2012-03-27add some symbols, enable fuser and freeWaldemar Brodkorb
2011-09-25disable hdparm by defaultWaldemar 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
2011-01-04unblock wlan before starting networkingWaldemar Brodkorb
2010-04-22sync busybox configWaldemar Brodkorb
2010-01-19enable watchdog driver and busybox userlandWaldemar Brodkorb
does not work yet on alix1c.
2009-11-27update busybox and default configWaldemar Brodkorb
2009-09-16make libvirt usable, add pythonWaldemar Brodkorb
not very well tested, but runs on shutlle
2009-05-17Initial importwbx