diff options
author | Eric Andersen | 1999-12-10 08:25:07 +0000 |
---|---|---|
committer | Eric Andersen | 1999-12-10 08:25:07 +0000 |
commit | 2cb55077e2f65f17dbc8933eec47760bcc2a6ba1 (patch) | |
tree | a788718415ded192938d7c7a3661d0cab8cd8afe /busybox.def.h | |
parent | c5ff0165adac767d37103baa875c2f86bb43c0e1 (diff) | |
download | busybox-2cb55077e2f65f17dbc8933eec47760bcc2a6ba1.zip busybox-2cb55077e2f65f17dbc8933eec47760bcc2a6ba1.tar.gz |
Added poweroff (and adjusted init to use it). Inlined function
calls to code only called once in tee. Made BB_KLOGD and option.
-Erik
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 1bdb9a4..3053361 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -28,6 +28,7 @@ #define BB_HOSTNAME #define BB_INIT #define BB_KILL +#define BB_KLOGD //#define BB_LENGTH #define BB_LN #define BB_LOADFONT @@ -47,6 +48,7 @@ //#define BB_MTAB #define BB_MV #define BB_PING +#define BB_POWEROFF //#define BB_PRINTF #define BB_PS #define BB_PWD |