aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
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 /busybox.c
parentd00c2628474b9e6a3fe34c988fe197cf2425ff1a (diff)
downloadbusybox-485b9550fd01eb519fc0d4f4f148af39fe22250e.tar.gz
Stuf
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index af81ad8a2..95c294425 100644
--- a/busybox.c
+++ b/busybox.c
@@ -69,6 +69,9 @@ static const struct Applet applets[] = {
#ifdef BB_HALT //sbin
{"halt", halt_main},
#endif
+#ifdef BB_HOSTNAME //bin
+ {"hostname", hostname_main},
+#endif
#ifdef BB_INIT //sbin
{"init", init_main},
#endif
@@ -123,6 +126,9 @@ static const struct Applet applets[] = {
#ifdef BB_MV //bin
{"mv", mv_main},
#endif
+#ifdef BB_PING //bin
+ {"ping", ping_main},
+#endif
#ifdef BB_PRINTF //usr/bin
{"printf", printf_main},
#endif