aboutsummaryrefslogtreecommitdiff
path: root/applets/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/busybox.c')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index c050acc9c..4ac907665 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -182,6 +182,9 @@ static const struct Applet applets[] = {
#ifdef BB_TAR //bin
{"tar", tar_main},
#endif
+#ifdef BB_TEE //bin
+ {"tee", tee_main},
+#endif
#ifdef BB_TOUCH //usr/bin
{"touch", touch_main},
#endif