aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2000-07-17 17:52:00 +0000
committerPavel Roskin <proski@gnu.org>2000-07-17 17:52:00 +0000
commitbc0aed79a8c7bb24c32a21533893fdad660b7292 (patch)
treea6f71ac9c1c3df98bbc1eb33d0f181664f2377ec /busybox.def.h
parent47d4926244f6a444f812675f4ecff401dba5f8f7 (diff)
downloadbusybox-w32-bc0aed79a8c7bb24c32a21533893fdad660b7292.tar.gz
busybox-w32-bc0aed79a8c7bb24c32a21533893fdad660b7292.tar.bz2
busybox-w32-bc0aed79a8c7bb24c32a21533893fdad660b7292.zip
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 854de1466..1db5f00c7 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -240,6 +240,9 @@
240// Support module version checking 240// Support module version checking
241//#define BB_FEATURE_INSMOD_VERSION_CHECKING 241//#define BB_FEATURE_INSMOD_VERSION_CHECKING
242// 242//
243// Support for Minix filesystem, version 2
244//#define BB_FEATURE_MINIX2
245//
243// 246//
244// Enable busybox --install [-s] 247// Enable busybox --install [-s]
245// to create links (or symlinks) for all the commands that are 248// to create links (or symlinks) for all the commands that are