Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-26 03:32:44 +0400
committerEric Andersen <andersen@codepoet.org>1999-10-26 03:32:44 +0400
commit0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3 (patch)
treed761a790ee864a0a566d29c9d56173763fa04888 /busybox.c
parentd143e8f2bd03470e891a5e3ccca5734edd917e73 (diff)
Stuf
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index d4313ef06..05144c472 100644
--- a/busybox.c
+++ b/busybox.c
@@ -51,6 +51,12 @@ static const struct Applet applets[] = {
#ifdef BB_FIND //usr/bin
{"find", find_main},
#endif
+#ifdef BB_CHVT //usr/bin
+ {"chvt", chvt_main},
+#endif
+#ifdef BB_DEALLOCVT //usr/bin
+ {"deallocvt", deallocvt_main},
+#endif
#ifdef BB_FSCK_MINIX //sbin
{"fsck.minix", fsck_minix_main},
#endif
@@ -156,6 +162,9 @@ static const struct Applet applets[] = {
{"true", true_main},
{"false", false_main},
#endif
+#ifdef BB_UNAME //bin
+ {"uname", uname_main},
+#endif
#ifdef BB_UMOUNT //bin
{"umount", umount_main},
#endif