Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-03-10 | openturbostation: Remove leftover cruft | Oyvind Repvik | 2 | |
2007-03-08 | busybox: Add openturbostation config | Oyvind Repvik | 2 | |
2007-01-06 | busybox 1.2.1, 1.2.2: Enabled nohup applet. | Paul Sokolovsky | 2 | |
* 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-24 | Busybox: patch df rootfs device handling code so that the output works ↵ | Mike Westerhof | 1 | |
correctly on systems that pivot from one root device to another during boot (SlugOS and variants) | ||||
2006-10-02 | busybox: Fix slugos initscript to prevent dhcp server starvation. Closes oe ↵ | Oyvind Repvik | 1 | |
bug #1417 | ||||
2006-09-25 | merge of '6159b24371b1d635546251f92f5c705343f88b30' | Martin Dietze | 1 | |
and 'd6a8fb6a4dc52ff3bda0e3bf30b05a0db05377a1' | ||||
2006-09-25 | busybox: nylon no longer uses busybox-vi but elvis-tiny instead. | Martin Dietze | 1 | |
2006-09-25 | busybox: remove mdev support | Michael-Luke Jones | 4 | |
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-24 | busybox: drop in an mdev patch from busybox.net | Michael-Luke Jones | 1 | |
slugos-init: add in module loading logic for NSLU2 * Maintainers with other ixp4xx devices should follow suit | ||||
2006-09-23 | busybox: add mdev support | Michael-Luke Jones | 4 | |
* adjust SlugOS defconfig to enable mdev * add mdev startup script (similar to udev init) * add mdev.conf with correct device permissions/actions | ||||
2006-09-21 | busybox: removed BZIP2 feature from nylon config, it was redundant since ↵ | Martin Dietze | 1 | |
bzip2 is installed anyway | ||||
2006-09-20 | busybox: use a larger buffer in xargs for nylon, patch to compile busybox ↵ | Martin Dietze | 1 | |
1.00 for mtx-[12] | ||||
2006-09-14 | busybox: added nylon setup for versions 1.2.0 and 1.2.1 | Martin Dietze | 1 | |
2006-09-07 | busybox: Update slugos-specific defconfig | Oyvind Repvik | 1 | |
2006-09-01 | busybox: Fixup missing option in slugos busybox defconfig. Bump PR | Oyvind Repvik | 1 | |
2006-08-31 | busybox: Add updated slugos defconfig, remove openslug-only directory, bump ↵ | Oyvind Repvik | 3 | |
busybox PR | ||||
2006-08-01 | busybox: new 1.2.1 version | Holger Schurig | 27 | |
* also made sure that busybox's wget understands --passive-ftp |