From 485b9550fd01eb519fc0d4f4f148af39fe22250e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 7 Dec 1999 23:14:59 +0000 Subject: Stuf --- applets/busybox.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'applets') diff --git a/applets/busybox.c b/applets/busybox.c index af81ad8..95c2944 100644 --- a/applets/busybox.c +++ b/applets/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 -- cgit v1.1