diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 3af98407d..6bcb65297 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -14,7 +14,7 @@ static const struct Applet applets[] = { | |||
14 | {"block_device", block_device_main}, | 14 | {"block_device", block_device_main}, |
15 | #endif | 15 | #endif |
16 | #ifdef BB_CAT //bin | 16 | #ifdef BB_CAT //bin |
17 | {"cat", cat_more_main}, | 17 | {"cat", cat_main}, |
18 | #endif | 18 | #endif |
19 | #ifdef BB_CHMOD_CHOWN_CHGRP //bin | 19 | #ifdef BB_CHMOD_CHOWN_CHGRP //bin |
20 | {"chmod", chmod_chown_chgrp_main}, | 20 | {"chmod", chmod_chown_chgrp_main}, |
@@ -43,7 +43,7 @@ static const struct Applet applets[] = { | |||
43 | {"dmesg", dmesg_main}, | 43 | {"dmesg", dmesg_main}, |
44 | #endif | 44 | #endif |
45 | #ifdef BB_DUTMP //usr/sbin | 45 | #ifdef BB_DUTMP //usr/sbin |
46 | {"dutmp", cat_more_main}, | 46 | {"dutmp", dutmp_main}, |
47 | #endif | 47 | #endif |
48 | #ifdef BB_FDFLUSH //bin | 48 | #ifdef BB_FDFLUSH //bin |
49 | {"fdflush", fdflush_main}, | 49 | {"fdflush", fdflush_main}, |
@@ -123,6 +123,10 @@ static const struct Applet applets[] = { | |||
123 | #ifdef BB_RMDIR //bin | 123 | #ifdef BB_RMDIR //bin |
124 | {"rmdir", rmdir_main}, | 124 | {"rmdir", rmdir_main}, |
125 | #endif | 125 | #endif |
126 | #ifdef BB_SFDISK //sbin | ||
127 | {"fdisk", sfdisk_main}, | ||
128 | {"sfdisk", sfdisk_main}, | ||
129 | #endif | ||
126 | #ifdef BB_SLEEP //bin | 130 | #ifdef BB_SLEEP //bin |
127 | {"sleep", sleep_main}, | 131 | {"sleep", sleep_main}, |
128 | #endif | 132 | #endif |