diff options
author | Erik Andersen | 2000-04-15 16:34:54 +0000 |
---|---|---|
committer | Erik Andersen | 2000-04-15 16:34:54 +0000 |
commit | 5e1189e187f6a7957dadb8eda2c271c4a0777a23 (patch) | |
tree | 140cd30d77342c730afbc1df863bec93c63978a8 /busybox.def.h | |
parent | 95c1c1e05f290ccbcc2ff863a62bcee5d57bf5c8 (diff) | |
download | busybox-5e1189e187f6a7957dadb8eda2c271c4a0777a23.zip busybox-5e1189e187f6a7957dadb8eda2c271c4a0777a23.tar.gz |
More documentation updates, and minor fixes to make things sync
up with the docs.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/busybox.def.h b/busybox.def.h index 1952dd3..1880884 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -32,12 +32,12 @@ #define BB_GREP #define BB_GUNZIP #define BB_GZIP -//#define BB_HALT +#define BB_HALT #define BB_HEAD #define BB_HOSTID #define BB_HOSTNAME #define BB_INIT -// Don't bother turning BB_INSMOD on. It doesn't work. +// Don't bother turning BB_INSMOD on. It doesn't work yet. //#define BB_INSMOD #define BB_KILL #define BB_KILLALL @@ -65,11 +65,11 @@ #define BB_MT #define BB_NSLOOKUP #define BB_PING -//#define BB_POWEROFF +#define BB_POWEROFF #define BB_PRINTF #define BB_PS #define BB_PWD -//#define BB_REBOOT +#define BB_REBOOT #define BB_RM #define BB_RMDIR #define BB_RMMOD @@ -85,7 +85,7 @@ #define BB_TAR #define BB_TEE #define BB_TEST -// Don't turn BB_TELNET on. It doesn't work. +// Don't bother turning BB_TELNET on. It doesn't work properly yet. //#define BB_TELNET #define BB_TOUCH #define BB_TR @@ -115,6 +115,7 @@ // the /proc filesystem and thereby saving lots and lots // memory for more important things. // You can't use this and USE_PROCFS at the same time... +// (BTW, I emailed Linus and this patch will not be going into the stock kernel) //#define BB_FEATURE_USE_DEVPS_PATCH // // enable features that use the /proc filesystem (apps that |