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 854de14..1db5f00 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -240,6 +240,9 @@ // Support module version checking //#define BB_FEATURE_INSMOD_VERSION_CHECKING // +// Support for Minix filesystem, version 2 +//#define BB_FEATURE_MINIX2 +// // // Enable busybox --install [-s] // to create links (or symlinks) for all the commands that are |