diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/busybox.def.h b/busybox.def.h index 81e5f1070..9b5a85b3e 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -44,7 +44,6 @@ | |||
44 | #define BB_INSMOD | 44 | #define BB_INSMOD |
45 | #define BB_KILL | 45 | #define BB_KILL |
46 | #define BB_KILLALL | 46 | #define BB_KILLALL |
47 | #define BB_KLOGD | ||
48 | #define BB_LENGTH | 47 | #define BB_LENGTH |
49 | #define BB_LN | 48 | #define BB_LN |
50 | #define BB_LOADACM | 49 | #define BB_LOADACM |
@@ -55,7 +54,7 @@ | |||
55 | #define BB_LS | 54 | #define BB_LS |
56 | #define BB_LSMOD | 55 | #define BB_LSMOD |
57 | #define BB_MAKEDEVS | 56 | #define BB_MAKEDEVS |
58 | //#define BB_MD5SUM | 57 | #define BB_MD5SUM |
59 | #define BB_MKDIR | 58 | #define BB_MKDIR |
60 | #define BB_MKFIFO | 59 | #define BB_MKFIFO |
61 | #define BB_MKFS_MINIX | 60 | #define BB_MKFS_MINIX |
@@ -159,7 +158,7 @@ | |||
159 | #define BB_FEATURE_LS_RECURSIVE | 158 | #define BB_FEATURE_LS_RECURSIVE |
160 | // | 159 | // |
161 | // Change ping implementation -- simplified, featureless, but really small. | 160 | // Change ping implementation -- simplified, featureless, but really small. |
162 | //#define BB_SIMPLE_PING | 161 | //#define BB_FEATURE_SIMPLE_PING |
163 | // | 162 | // |
164 | // Make init use a simplified /etc/inittab file (recommended). | 163 | // Make init use a simplified /etc/inittab file (recommended). |
165 | #define BB_FEATURE_USE_INITTAB | 164 | #define BB_FEATURE_USE_INITTAB |
@@ -178,6 +177,9 @@ | |||
178 | //Make sure nothing is printed to the console on boot | 177 | //Make sure nothing is printed to the console on boot |
179 | #define BB_FEATURE_EXTRA_QUIET | 178 | #define BB_FEATURE_EXTRA_QUIET |
180 | // | 179 | // |
180 | //Should syslogd also provide klogd support? | ||
181 | #define BB_FEATURE_KLOGD | ||
182 | // | ||
181 | //Simple tail implementation (2k vs 6k for the full one). Still | 183 | //Simple tail implementation (2k vs 6k for the full one). Still |
182 | //provides 'tail -f' support -- but for only one file at a time. | 184 | //provides 'tail -f' support -- but for only one file at a time. |
183 | #define BB_FEATURE_SIMPLE_TAIL | 185 | #define BB_FEATURE_SIMPLE_TAIL |
@@ -220,6 +222,9 @@ | |||
220 | //Turn on extra fbset options | 222 | //Turn on extra fbset options |
221 | //#define BB_FEATURE_FBSET_FANCY | 223 | //#define BB_FEATURE_FBSET_FANCY |
222 | // | 224 | // |
225 | //Turn on fbset readmode support | ||
226 | //#define BB_FEATURE_FBSET_READMODE | ||
227 | // | ||
223 | // You must enable one or both of these features | 228 | // You must enable one or both of these features |
224 | // Support installing modules from pre 2.1 kernels | 229 | // Support installing modules from pre 2.1 kernels |
225 | //#define BB_FEATURE_INSMOD_OLD_KERNEL | 230 | //#define BB_FEATURE_INSMOD_OLD_KERNEL |