diff options
Diffstat (limited to 'applets.h')
-rw-r--r-- | applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,9 @@ | |||
64 | #ifdef BB_BASENAME | 64 | #ifdef BB_BASENAME |
65 | APPLET(basename, basename_main, _BB_DIR_USR_BIN) | 65 | APPLET(basename, basename_main, _BB_DIR_USR_BIN) |
66 | #endif | 66 | #endif |
67 | #ifdef BB_BUNZIP2 | ||
68 | APPLET(bunzip2, bunzip2_main, _BB_DIR_USR_BIN) | ||
69 | #endif | ||
67 | APPLET_NOUSAGE("busybox", busybox_main, _BB_DIR_BIN) | 70 | APPLET_NOUSAGE("busybox", busybox_main, _BB_DIR_BIN) |
68 | #ifdef BB_CAT | 71 | #ifdef BB_CAT |
69 | APPLET(cat, cat_main, _BB_DIR_BIN) | 72 | APPLET(cat, cat_main, _BB_DIR_BIN) |