summaryrefslogtreecommitdiff
path: root/package/busybox/config/shell
AgeCommit message (Collapse)Author
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: update to latestWaldemar Brodkorb
2017-06-15busybox: add missing ash symbolWaldemar Brodkorb
2017-01-26busybox: fix symbol names, reported by Alex BrandWaldemar Brodkorb
2017-01-24busybox: update to 1.26.2Waldemar Brodkorb
2016-12-26busybox: fix defaults and dependenciesWaldemar Brodkorb
2015-06-02add missing ash symbol, reported via #openadkWaldemar Brodkorb
2014-08-26add sash, simpleinit and a uclibc config for nonmmu caseWaldemar Brodkorb
2014-08-15use 5307 for now, which results in a working userland. need to investigate.Waldemar Brodkorb
2014-03-07switching to mksh as default shell. It just works nice, when trying to debug ↵Waldemar Brodkorb
the bootup process. set -x wirh ash is not working well. And another reason, I have a good contact to the main developer of mksh. Actually he is a friend of mine ;). Adds 50 Kb to the default system (measured for x86 initramfs+kernel)
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-15add fancy prompt with hostnameWaldemar Brodkorb
2010-04-22sync busybox configWaldemar Brodkorb
2009-11-27update busybox and default configWaldemar Brodkorb
2009-05-17Initial importwbx