This commit is contained in:
Eric Andersen
1999-12-07 23:14:59 +00:00
parent d00c262847
commit 485b9550fd
14 changed files with 1029 additions and 34 deletions

View File

@@ -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