diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h index 15c8edc43..10a55f409 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -39,12 +39,12 @@ | |||
39 | //#define BB_PRINTF | 39 | //#define BB_PRINTF |
40 | #define BB_PWD | 40 | #define BB_PWD |
41 | #define BB_REBOOT | 41 | #define BB_REBOOT |
42 | //#define BB_RM | 42 | #define BB_RM |
43 | #define BB_RMDIR | 43 | #define BB_RMDIR |
44 | #define BB_SLEEP | 44 | #define BB_SLEEP |
45 | ////#define BB_SWAPOFF | 45 | ////#define BB_SWAPOFF |
46 | //#define BB_SWAPON | 46 | //#define BB_SWAPON |
47 | //#define BB_SYNC | 47 | #define BB_SYNC |
48 | #define BB_TAR | 48 | #define BB_TAR |
49 | #define BB_TOUCH | 49 | #define BB_TOUCH |
50 | #define BB_TRUE | 50 | #define BB_TRUE |