diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index a1f55ff..3284a63 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -74,6 +74,8 @@ // pretty/useful). // // +// enable a second console on VT2 in init +#define BB_FEATURE_INIT_SECOND_CONSOLE // enable features that use the /proc filesystem #define BB_FEATURE_USE_PROCFS //Enable init being called as /linuxrc |