diff options
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 75ad04d8d..afdc46971 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -39,7 +39,9 @@ | |||
39 | // Don't turn BB_INSMOD on. It doesn't work. | 39 | // Don't turn BB_INSMOD on. It doesn't work. |
40 | //#define BB_INSMOD | 40 | //#define BB_INSMOD |
41 | #define BB_KILL | 41 | #define BB_KILL |
42 | #ifdef BB_KILL | ||
42 | #define BB_KILLALL | 43 | #define BB_KILLALL |
44 | #endif | ||
43 | #define BB_KLOGD | 45 | #define BB_KLOGD |
44 | //#define BB_LENGTH | 46 | //#define BB_LENGTH |
45 | #define BB_LN | 47 | #define BB_LN |
@@ -176,3 +178,4 @@ | |||
176 | // | 178 | // |
177 | //Make sure nothing is printed to the console on boot | 179 | //Make sure nothing is printed to the console on boot |
178 | #define BB_FEATURE_EXTRA_QUIET | 180 | #define BB_FEATURE_EXTRA_QUIET |
181 | |||