diff options
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 |