diff options
Diffstat (limited to 'applets/busybox.c')
-rw-r--r-- | applets/busybox.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 825f40e7c..d25ddc185 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -40,6 +40,9 @@ const struct BB_applet applets[] = { | |||
40 | #ifdef BB_CHVT | 40 | #ifdef BB_CHVT |
41 | {"chvt", chvt_main, _BB_DIR_USR_BIN, chvt_usage}, | 41 | {"chvt", chvt_main, _BB_DIR_USR_BIN, chvt_usage}, |
42 | #endif | 42 | #endif |
43 | #ifdef BB_CMP | ||
44 | {"cmp", cmp_main, _BB_DIR_USR_BIN, cmp_usage}, | ||
45 | #endif | ||
43 | #ifdef BB_CP_MV | 46 | #ifdef BB_CP_MV |
44 | {"cp", cp_mv_main, _BB_DIR_BIN, cp_usage}, | 47 | {"cp", cp_mv_main, _BB_DIR_BIN, cp_usage}, |
45 | #endif | 48 | #endif |
@@ -235,6 +238,9 @@ const struct BB_applet applets[] = { | |||
235 | #ifdef BB_RDATE | 238 | #ifdef BB_RDATE |
236 | {"rdate", rdate_main, _BB_DIR_USR_BIN, rdate_usage}, | 239 | {"rdate", rdate_main, _BB_DIR_USR_BIN, rdate_usage}, |
237 | #endif | 240 | #endif |
241 | #ifdef BB_READLINK | ||
242 | {"readlink", readlink_main, _BB_DIR_USR_BIN, readlink_usage}, | ||
243 | #endif | ||
238 | #ifdef BB_REBOOT | 244 | #ifdef BB_REBOOT |
239 | {"reboot", reboot_main, _BB_DIR_SBIN, reboot_usage}, | 245 | {"reboot", reboot_main, _BB_DIR_SBIN, reboot_usage}, |
240 | #endif | 246 | #endif |