diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/busybox.def.h b/busybox.def.h index 57f835e..0440b9f 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -15,12 +15,12 @@ #define BB_DMESG //#define BB_DUTMP //#define BB_FDFLUSH -//#define BB_FIND -//#define BB_FSCK_MINIX -//#define BB_MKFS_MINIX +#define BB_FIND +#define BB_FSCK_MINIX +#define BB_MKFS_MINIX #define BB_CHVT #define BB_DEALLOCVT -//#define BB_GREP +#define BB_GREP //#define BB_HALT #define BB_INIT #define BB_KILL |