aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 1952dd377..1880884f9 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -32,12 +32,12 @@
32#define BB_GREP 32#define BB_GREP
33#define BB_GUNZIP 33#define BB_GUNZIP
34#define BB_GZIP 34#define BB_GZIP
35//#define BB_HALT 35#define BB_HALT
36#define BB_HEAD 36#define BB_HEAD
37#define BB_HOSTID 37#define BB_HOSTID
38#define BB_HOSTNAME 38#define BB_HOSTNAME
39#define BB_INIT 39#define BB_INIT
40// Don't bother turning BB_INSMOD on. It doesn't work. 40// Don't bother turning BB_INSMOD on. It doesn't work yet.
41//#define BB_INSMOD 41//#define BB_INSMOD
42#define BB_KILL 42#define BB_KILL
43#define BB_KILLALL 43#define BB_KILLALL
@@ -65,11 +65,11 @@
65#define BB_MT 65#define BB_MT
66#define BB_NSLOOKUP 66#define BB_NSLOOKUP
67#define BB_PING 67#define BB_PING
68//#define BB_POWEROFF 68#define BB_POWEROFF
69#define BB_PRINTF 69#define BB_PRINTF
70#define BB_PS 70#define BB_PS
71#define BB_PWD 71#define BB_PWD
72//#define BB_REBOOT 72#define BB_REBOOT
73#define BB_RM 73#define BB_RM
74#define BB_RMDIR 74#define BB_RMDIR
75#define BB_RMMOD 75#define BB_RMMOD
@@ -85,7 +85,7 @@
85#define BB_TAR 85#define BB_TAR
86#define BB_TEE 86#define BB_TEE
87#define BB_TEST 87#define BB_TEST
88// Don't turn BB_TELNET on. It doesn't work. 88// Don't bother turning BB_TELNET on. It doesn't work properly yet.
89//#define BB_TELNET 89//#define BB_TELNET
90#define BB_TOUCH 90#define BB_TOUCH
91#define BB_TR 91#define BB_TR
@@ -115,6 +115,7 @@
115// the /proc filesystem and thereby saving lots and lots 115// the /proc filesystem and thereby saving lots and lots
116// memory for more important things. 116// memory for more important things.
117// You can't use this and USE_PROCFS at the same time... 117// You can't use this and USE_PROCFS at the same time...
118// (BTW, I emailed Linus and this patch will not be going into the stock kernel)
118//#define BB_FEATURE_USE_DEVPS_PATCH 119//#define BB_FEATURE_USE_DEVPS_PATCH
119// 120//
120// enable features that use the /proc filesystem (apps that 121// enable features that use the /proc filesystem (apps that