Age | Commit message (Collapse) | Author | Files |
|
|
|
CONFIG_FEATURE_DATE_ISOFMT. closes #2964
|
|
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.
|
|
|
|
* 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
|
|
* 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.
|
|
* also made sure that busybox's wget understands --passive-ftp
|