diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ void *__libc_stack_end; | |||
37 | 37 | ||
38 | static const struct Applet applets[] = { | 38 | static const struct Applet applets[] = { |
39 | 39 | ||
40 | #ifdef BB_BASENAME //usr/bin/basename | ||
41 | {"basename", basename_main}, | ||
42 | #endif | ||
40 | #ifdef BB_BUSYBOX //bin | 43 | #ifdef BB_BUSYBOX //bin |
41 | {"busybox", busybox_main}, | 44 | {"busybox", busybox_main}, |
42 | #endif | 45 | #endif |