diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-04 21:19:32 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-04 21:19:32 +0000 |
commit | 029011b9eeaf491d00fda1d072c4c6094df96c3a (patch) | |
tree | 7c49f1fc1547a2f9cee812472f422a5c1a5c448b /busybox.def.h | |
parent | 7c4b2f3fe5cb6b9a5c6bd089c18279c5ce29dc21 (diff) | |
download | busybox-w32-029011b9eeaf491d00fda1d072c4c6094df96c3a.tar.gz busybox-w32-029011b9eeaf491d00fda1d072c4c6094df96c3a.tar.bz2 busybox-w32-029011b9eeaf491d00fda1d072c4c6094df96c3a.zip |
A few updates (including the cp fix the Craig has been looking for)
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 8ed5a9c66..d42be4422 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -150,6 +150,9 @@ | |||
150 | // Enable support for creation of tar files. | 150 | // Enable support for creation of tar files. |
151 | //#define BB_FEATURE_TAR_CREATE | 151 | //#define BB_FEATURE_TAR_CREATE |
152 | // | 152 | // |
153 | //// Enable reverse sort | ||
154 | //#define BB_FEATURE_SORT_REVERSE | ||
155 | // | ||
153 | // Allow init to permenently chroot, and umount the old root fs | 156 | // Allow init to permenently chroot, and umount the old root fs |
154 | // just like an initrd does. Requires a kernel patch by Werner Almesberger. | 157 | // just like an initrd does. Requires a kernel patch by Werner Almesberger. |
155 | // ftp://icaftp.epfl.ch/pub/people/almesber/misc/umount-root-*.tar.gz | 158 | // ftp://icaftp.epfl.ch/pub/people/almesber/misc/umount-root-*.tar.gz |