diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/busybox.def.h b/busybox.def.h index 8fcbf83..c278f4c 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -18,10 +18,10 @@ #define BB_FDFLUSH #define BB_FIND #define BB_GREP -////#define BB_HALT +#define BB_HALT #define BB_INIT #define BB_KILL -////#define BB_LENGTH +#define BB_LENGTH #define BB_LN //#define BB_LOADKMAP ////#define BB_LOSETUP @@ -48,7 +48,7 @@ #define BB_TOUCH #define BB_TRUE #define BB_UMOUNT -//#define BB_UPDATE +#define BB_UPDATE #define BB_UTILITY #define BB_ZCAT //#define BB_GZIP |