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 8ed5a9c..d42be44 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -150,6 +150,9 @@ // Enable support for creation of tar files. //#define BB_FEATURE_TAR_CREATE // +//// Enable reverse sort +//#define BB_FEATURE_SORT_REVERSE +// // Allow init to permenently chroot, and umount the old root fs // just like an initrd does. Requires a kernel patch by Werner Almesberger. // ftp://icaftp.epfl.ch/pub/people/almesber/misc/umount-root-*.tar.gz |