summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox-1.2.2
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko23
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe5
2007-11-22busybox: Enable support for -t & -n options for read command in angstrom ↵Koen Kooi1
configs. * These are timeout and num chars to read options, both are useful when writing UI interaction code, with busybox-static being targetted at writing bootloader tools and stuff.
2007-08-04busybox: remove OpenMoko specifics, we track angstrom using OVERRIDESMichael Lauer2
2007-08-04busybox: add openmoko specificsMichael Lauer2
2007-06-19busybox: enable CONFIG_SWITCH_ROOT in busybox configCliff Brake1
2007-06-12remove a bunch of empty directoriesRolf Leggewie3
2007-04-18busybox: updated nylon defconfig files (no more vi- and bzip2-support)Martin Dietze1
2007-01-06busybox 1.2.1, 1.2.2: Enabled nohup applet.Paul Sokolovsky2
* Being able to login via telnet/ssh/on-device shell and run application such that it continues to run after logout, should be pretty useful feature for embedded system. * With common config (also used by angstrom), doesn't lead to increase of exe size (due to alignment padding), and the applet code itself is small (40 lines). * Approved by Koen Kooi.
2006-10-28busybox: add support files for 1.2.2Koen Kooi31