summaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-07 23:14:59 +0000
committerEric Andersen <andersen@codepoet.org>1999-12-07 23:14:59 +0000
commit485b9550fd01eb519fc0d4f4f148af39fe22250e (patch)
tree7cf511946e5991ad2fd66734b1a1d2a5045d7c6b /applets
parentd00c2628474b9e6a3fe34c988fe197cf2425ff1a (diff)
downloadbusybox-w32-485b9550fd01eb519fc0d4f4f148af39fe22250e.tar.gz
busybox-w32-485b9550fd01eb519fc0d4f4f148af39fe22250e.tar.bz2
busybox-w32-485b9550fd01eb519fc0d4f4f148af39fe22250e.zip
Stuf
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index af81ad8a2..95c294425 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -69,6 +69,9 @@ static const struct Applet applets[] = {
69#ifdef BB_HALT //sbin 69#ifdef BB_HALT //sbin
70 {"halt", halt_main}, 70 {"halt", halt_main},
71#endif 71#endif
72#ifdef BB_HOSTNAME //bin
73 {"hostname", hostname_main},
74#endif
72#ifdef BB_INIT //sbin 75#ifdef BB_INIT //sbin
73 {"init", init_main}, 76 {"init", init_main},
74#endif 77#endif
@@ -123,6 +126,9 @@ static const struct Applet applets[] = {
123#ifdef BB_MV //bin 126#ifdef BB_MV //bin
124 {"mv", mv_main}, 127 {"mv", mv_main},
125#endif 128#endif
129#ifdef BB_PING //bin
130 {"ping", ping_main},
131#endif
126#ifdef BB_PRINTF //usr/bin 132#ifdef BB_PRINTF //usr/bin
127 {"printf", printf_main}, 133 {"printf", printf_main},
128#endif 134#endif