diff options
author | Pavel Roskin | 2000-07-17 17:52:00 +0000 |
---|---|---|
committer | Pavel Roskin | 2000-07-17 17:52:00 +0000 |
commit | bc0aed79a8c7bb24c32a21533893fdad660b7292 (patch) | |
tree | a6f71ac9c1c3df98bbc1eb33d0f181664f2377ec /busybox.def.h | |
parent | 47d4926244f6a444f812675f4ecff401dba5f8f7 (diff) | |
download | busybox-bc0aed79a8c7bb24c32a21533893fdad660b7292.zip busybox-bc0aed79a8c7bb24c32a21533893fdad660b7292.tar.gz |
It is now possible to select in busybox.def.h whether minixfs version 2
is to be supported.
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 |