You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sebastian Pipping
e9768b0b2b
|
14 years ago | |
---|---|---|
.. | ||
1.7.4-ash-timeout.diff | 17 years ago | |
1.7.4-make-3.82.diff | 14 years ago | |
1.7.4-mdadm.diff | 17 years ago | |
1.7.4-mdstart.diff | 17 years ago | |
1.7.4-mount-umount-i-option.diff | 16 years ago | |
1.7.4-openvt.diff | 17 years ago | |
1.7.4-static-error.diff | 17 years ago | |
README | 17 years ago | |
busybox-1.7.4-signal-hack.patch | 17 years ago |
README
1.7.4-ash-timeout.diff:
This patch adds support for the -t option to the 'read' command in ash. It's
used for prompting for the keymap. It originated with 1.1.3+gentoo or earlier.
1.7.4-mdadm.diff:
This adds a minimal mdadm implementation to busybox for scanning for and
activating mdraid arrays. You can blame robbat2 for this one :)
1.7.4-mdstart.diff:
This adds a 'mdstart' command to busybox, which is used for the activation of
individual mdraid arrays. It originated with 1.1.3+gentoo or earlier.
1.7.4-openvt.diff:
It is unknown what problem this patch fixes. It may no longer be needed.
1.7.4-static-error.diff:
This allows us to build busybox statically, even though upstream frowns upon it.
It's important that the removal of -Wl,--gc-sections remains, or ash will be
broken in the resulting busybox. This patch is based on the busybox ebuild.
busybox-1.7.4-signal-hack.patch:
It is unknown what this patch does. It may no longer be needed.