diff options
author | Eric Andersen | 2000-07-06 23:10:29 +0000 |
---|---|---|
committer | Eric Andersen | 2000-07-06 23:10:29 +0000 |
commit | 03f4c27bd6b79dcc953f0ee0d8c158d7ebe9cad8 (patch) | |
tree | 74ffc325b43e1c1920c6e9c1cd30104231d97d61 /busybox.def.h | |
parent | 67536ffa437a54504f18492244df4e03ce636e7f (diff) | |
download | busybox-03f4c27bd6b79dcc953f0ee0d8c158d7ebe9cad8.zip busybox-03f4c27bd6b79dcc953f0ee0d8c158d7ebe9cad8.tar.gz |
Turned some stuff into features that really are features, not apps.
-Erik
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 81e5f10..9b5a85b 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -44,7 +44,6 @@ #define BB_INSMOD #define BB_KILL #define BB_KILLALL -#define BB_KLOGD #define BB_LENGTH #define BB_LN #define BB_LOADACM @@ -55,7 +54,7 @@ #define BB_LS #define BB_LSMOD #define BB_MAKEDEVS -//#define BB_MD5SUM +#define BB_MD5SUM #define BB_MKDIR #define BB_MKFIFO #define BB_MKFS_MINIX @@ -159,7 +158,7 @@ #define BB_FEATURE_LS_RECURSIVE // // Change ping implementation -- simplified, featureless, but really small. -//#define BB_SIMPLE_PING +//#define BB_FEATURE_SIMPLE_PING // // Make init use a simplified /etc/inittab file (recommended). #define BB_FEATURE_USE_INITTAB @@ -178,6 +177,9 @@ //Make sure nothing is printed to the console on boot #define BB_FEATURE_EXTRA_QUIET // +//Should syslogd also provide klogd support? +#define BB_FEATURE_KLOGD +// //Simple tail implementation (2k vs 6k for the full one). Still //provides 'tail -f' support -- but for only one file at a time. #define BB_FEATURE_SIMPLE_TAIL @@ -220,6 +222,9 @@ //Turn on extra fbset options //#define BB_FEATURE_FBSET_FANCY // +//Turn on fbset readmode support +//#define BB_FEATURE_FBSET_READMODE +// // You must enable one or both of these features // Support installing modules from pre 2.1 kernels //#define BB_FEATURE_INSMOD_OLD_KERNEL |