A number of additional fixed from Pavel Roskin, note some more bugs in the
[platform/upstream/busybox.git] / busybox.c
index bf0591d..9ee5d2e 100644 (file)
--- a/busybox.c
+++ b/busybox.c
@@ -32,6 +32,9 @@ void *__libc_stack_end;
 
 const struct BB_applet applets[] = {
 
+#ifdef BB_AR
+       {"ar", ar_main, _BB_DIR_USR_BIN},
+#endif
 #ifdef BB_BASENAME
        {"basename", basename_main, _BB_DIR_USR_BIN},
 #endif