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 8bbe6a22e..a013f8ca1 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -37,6 +37,9 @@ void *__libc_stack_end;
static const struct Applet applets[] = {
+#ifdef BB_BASENAME //usr/bin/basename
+ {"basename", basename_main},
+#endif
#ifdef BB_BUSYBOX //bin
{"busybox", busybox_main},
#endif