diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index d8a38ada3..85b42df23 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -65,6 +65,9 @@ static const struct Applet applets[] = { | |||
65 | #ifdef BB_CP_MV | 65 | #ifdef BB_CP_MV |
66 | {"cp", cp_mv_main, _BB_DIR_BIN}, | 66 | {"cp", cp_mv_main, _BB_DIR_BIN}, |
67 | #endif | 67 | #endif |
68 | #ifdef BB_CUT | ||
69 | {"cut", cut_main, _BB_DIR_USR_BIN}, | ||
70 | #endif | ||
68 | #ifdef BB_DATE | 71 | #ifdef BB_DATE |
69 | {"date", date_main, _BB_DIR_BIN}, | 72 | {"date", date_main, _BB_DIR_BIN}, |
70 | #endif | 73 | #endif |
@@ -203,8 +206,8 @@ static const struct Applet applets[] = { | |||
203 | #ifdef BB_MKTEMP | 206 | #ifdef BB_MKTEMP |
204 | {"mktemp", mktemp_main, _BB_DIR_BIN}, | 207 | {"mktemp", mktemp_main, _BB_DIR_BIN}, |
205 | #endif | 208 | #endif |
206 | #ifdef BB_MNC | 209 | #ifdef BB_NC |
207 | {"mnc", mnc_main, _BB_DIR_USR_BIN}, | 210 | {"nc", nc_main, _BB_DIR_USR_BIN}, |
208 | #endif | 211 | #endif |
209 | #ifdef BB_MORE | 212 | #ifdef BB_MORE |
210 | {"more", more_main, _BB_DIR_BIN}, | 213 | {"more", more_main, _BB_DIR_BIN}, |