diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index bf0591d66..9ee5d2e3a 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -32,6 +32,9 @@ void *__libc_stack_end; | |||
32 | 32 | ||
33 | const struct BB_applet applets[] = { | 33 | const struct BB_applet applets[] = { |
34 | 34 | ||
35 | #ifdef BB_AR | ||
36 | {"ar", ar_main, _BB_DIR_USR_BIN}, | ||
37 | #endif | ||
35 | #ifdef BB_BASENAME | 38 | #ifdef BB_BASENAME |
36 | {"basename", basename_main, _BB_DIR_USR_BIN}, | 39 | {"basename", basename_main, _BB_DIR_USR_BIN}, |
37 | #endif | 40 | #endif |