summaryrefslogtreecommitdiff
path: root/packages/busybox
AgeCommit message (Collapse)AuthorFiles
2007-04-26busybox: dropped OpenZaurus config for 1.01Marcin Juszkiewicz2
2007-04-26busybox 1.2.1: angstrom: Make syslogd log to /var/log/messages.Paul Sokolovsky2
* 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-23busybox: Clean up syslog.conf file.Paul Sokolovsky2
* Typo fixes. * Order options in some logical sequence. * Make clear which option applies to which logging destination. * Remove bogus comments about file log rotation being "incompatible with busybox" (works at least with 1.2.1).
2007-04-18busybox: updated nylon defconfig files (no more vi- and bzip2-support)Martin Dietze5
2007-04-03busybox: update to 1.5.0 (preference set to -1 so as not to disturb untilMike Westerhof22
this possibly-unstable release is more thoroughly tested).
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-02-09busybox: made the slugos override more genericRod Whitby1
2007-01-17busybox: Remove slugos-specific DEFAULT_PREFERENCEOyvind Repvik1
2007-01-15busybox: Remove superflous patchOyvind Repvik2
2007-01-15busybox: Upstream upgrade to 1.3.1, DEFAULT_PREFERENCE=-1Oyvind Repvik32
2007-01-06busybox 1.2.1, 1.2.2: Enabled nohup applet.Paul Sokolovsky5
* 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-31merge of '44da8efcf85940e173cd83b2ea95fa7ae8782bb5'Rolf Leggewie5
and 'ca1dbbdd8a20d72c6e8277b66f14e016ff7b8cc2'
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie5
2006-12-31Unslung: slingbox - bump up to busybox 1.3.1Mike Westerhof9
2006-12-24Busybox: patch df rootfs device handling code so that the output works ↵Mike Westerhof2
correctly on systems that pivot from one root device to another during boot (SlugOS and variants)
2006-12-19busybox: unifyRolf Leggewie6
2006-11-13COMPATIBLE_MACHINE=nslu2: various packages updatedRod Whitby3
2006-11-11Unslung: Slingbox: df: fixed handling of root pseudo-devices for UnslungMike Westerhof2
2006-11-11Unslung: major change - Linksys busybox now subsumed by slingbox; cpio and findMike Westerhof4
are no longer required; rc.bootdisk functionality introduced in unslung-rootfs
2006-11-05Unslung: slingbox: upgrade slingbox to busybox 1.2.2Mike Westerhof6
2006-10-28busybox: add support files for 1.2.2Koen Kooi31
2006-10-28busybox: add 1.2.2, needs further testing, so it has a negative default ↵Koen Kooi1
preference
2006-10-02busybox: Fix slugos initscript to prevent dhcp server starvation. Closes oe ↵Oyvind Repvik2
bug #1417
2006-09-25busybox 1.2.1: set PR to something saneKoen Kooi1
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 Jones5
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 Jones2
slugos-init: add in module loading logic for NSLU2 * Maintainers with other ixp4xx devices should follow suit
2006-09-23busybox: add mdev supportMichael-Luke Jones5
* 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 Dietze4
bzip2 is installed anyway
2006-09-20busybox: use a larger buffer in xargs for nylon, patch to compile busybox ↵Martin Dietze9
1.00 for mtx-[12]
2006-09-14busybox: added nylon setup for versions 1.2.0 and 1.2.1Martin Dietze6
2006-09-07busybox: Update slugos-specific defconfigOyvind Repvik2
2006-09-01busybox 1.00: Incorporate fixes from familiar 0.8.4 releaseErik Hovland5
* Add --oknodo argument to start-stop-daemon * df fixes * unzip and libuncompress fixes backported from 1.1.0 * bump rev to r37 since familiar 0.8.4 shipped with r36
2006-09-01busybox: Fixup missing option in slugos busybox defconfig. Bump PROyvind Repvik2
2006-08-31busybox: Add updated slugos defconfig, remove openslug-only directory, bump ↵Oyvind Repvik4
busybox PR
2006-08-26busybox 1.2.1: replace mv with a non-gnu-ish cpKoen Kooi1
2006-08-01busybox: new 1.2.1 versionHolger Schurig28
* also made sure that busybox's wget understands --passive-ftp
2006-08-01busybox 1.2.0: remove unupdated defconfigs, add a large default one and ↵Koen Kooi6
remove DEFAULT_PREFERENCE = -1
2006-08-01busybox: defconfig for MNCIHolger Schurig2
2006-07-31Unslung: slingbox defconfig added advanced fdisk optionsMike Westerhof1
2006-07-31Unslung: slingbox: added built-in fdisk support, but without the /bin/fdisk linkMike Westerhof2
so as not to overwrite the Linksys fdisk utility.
2006-07-07busybox 1.2.0: save 8k by disabling httpd in angstrom defconfig Koen Kooi1
2006-07-07busybox 1.2.0: fix horrendous bug where busybox wouldn't use the ↵Koen Kooi1
crosscompiler, spotted by the good mister Davey
2006-07-06busybox 1.2.0: add initial defconfig for angstromKoen Kooi2
2006-07-06busybox 1.2.0 fix packaging due to changed CONFIG_ optionsMichael Lauer7
WARNING: Need to review ALL defconfigs before setting this version as default
2006-07-06busybox 1.2.0: add it, closes #745 Koen Kooi28
2006-05-31busybox - sh may not always be enabled in defconfig.Raymond Danks2