summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox-1.2.1
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko28
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 Luebbe7
2008-02-08busybox 1.2.1, 1.7.2: enable CONFIG_RUN_PARTS_LONG_OPTIONS and ↵Michael Lauer5
CONFIG_FEATURE_DATE_ISOFMT. closes #2964
2007-11-29propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi3
0238eff8862126ac83c3f05d7a6fb094feff89e9) to branch 'org.openembedded.dev.avr32' (head afeaa97ba6962d277699aab10b0b6a8089342824)
2007-11-24busybox: SlugOS defconfig - add nohup, add timeout option to shell's read ↵Mike Westerhof1
command.
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-09-14busybox: add defconfig for avr32 that disables md5, since that fails to linkKoen Kooi2
2007-08-12busybox: fix avr32 build, courtesy Stelios KoroneosKoen Kooi1
2007-08-04busybox: remove OpenMoko specifics, we track angstrom using OVERRIDESMichael Lauer3
2007-08-04busybox: add openmoko specificsMichael Lauer3
2007-06-19busybox: enable CONFIG_SWITCH_ROOT in busybox configCliff Brake1
2007-06-12remove a bunch of empty directoriesRolf Leggewie3
2007-04-26busybox 1.2.1: angstrom: Make syslogd log to /var/log/messages.Paul Sokolovsky1
* With rotation and size/rotation count limit, which coupled with /var/log being a tmpfs, makes it not worse than canonical circular buffer logging, but much more friendly for people not familiar with busybox. * Closes #2135. * Approved by Koen Kooi
2007-04-18busybox: updated nylon defconfig files (no more vi- and bzip2-support)Martin Dietze1
2007-04-03busybox: SlugOS defconfig - enable mount/umount (for altboot), disable ext2/3Mike Westerhof1
utilities (not necessary), enable dos2unix and unix2dos applets.
2007-03-10openturbostation: Remove leftover cruftOyvind Repvik2
2007-03-08busybox: Add openturbostation configOyvind Repvik2
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-12-24Busybox: patch df rootfs device handling code so that the output works ↵Mike Westerhof1
correctly on systems that pivot from one root device to another during boot (SlugOS and variants)
2006-10-02busybox: Fix slugos initscript to prevent dhcp server starvation. Closes oe ↵Oyvind Repvik1
bug #1417
2006-09-25merge of '6159b24371b1d635546251f92f5c705343f88b30'Martin Dietze1
and 'd6a8fb6a4dc52ff3bda0e3bf30b05a0db05377a1'
2006-09-25busybox: nylon no longer uses busybox-vi but elvis-tiny instead.Martin Dietze1
2006-09-25busybox: remove mdev supportMichael-Luke Jones4
mdev: add separate mdev package creating standalone executable * adjust mdev.conf to create /dev/buzzer link * change slugos-image.bb to include standalone mdev
2006-09-24busybox: drop in an mdev patch from busybox.netMichael-Luke Jones1
slugos-init: add in module loading logic for NSLU2 * Maintainers with other ixp4xx devices should follow suit
2006-09-23busybox: add mdev supportMichael-Luke Jones4
* adjust SlugOS defconfig to enable mdev * add mdev startup script (similar to udev init) * add mdev.conf with correct device permissions/actions
2006-09-21busybox: removed BZIP2 feature from nylon config, it was redundant since ↵Martin Dietze1
bzip2 is installed anyway
2006-09-20busybox: use a larger buffer in xargs for nylon, patch to compile busybox ↵Martin Dietze1
1.00 for mtx-[12]
2006-09-14busybox: added nylon setup for versions 1.2.0 and 1.2.1Martin Dietze1
2006-09-07busybox: Update slugos-specific defconfigOyvind Repvik1
2006-09-01busybox: Fixup missing option in slugos busybox defconfig. Bump PROyvind Repvik1
2006-08-31busybox: Add updated slugos defconfig, remove openslug-only directory, bump ↵Oyvind Repvik3
busybox PR
2006-08-01busybox: new 1.2.1 versionHolger Schurig27
* also made sure that busybox's wget understands --passive-ftp