aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index cea191cb3..9aa46eaae 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -223,13 +223,16 @@ static const struct Applet applets[] = {
223#ifdef BB_RMMOD //sbin 223#ifdef BB_RMMOD //sbin
224 {"rmmod", rmmod_main}, 224 {"rmmod", rmmod_main},
225#endif 225#endif
226#ifdef BB_SED //bin
227 {"sed", sed_main},
228#endif
229#ifdef BB_SH //bin
230 {"sh", shell_main},
231#endif
226#ifdef BB_SFDISK //sbin 232#ifdef BB_SFDISK //sbin
227 {"fdisk", sfdisk_main}, 233 {"fdisk", sfdisk_main},
228 {"sfdisk", sfdisk_main}, 234 {"sfdisk", sfdisk_main},
229#endif 235#endif
230#ifdef BB_SED //bin
231 {"sed", sed_main},
232#endif
233#ifdef BB_SLEEP //bin 236#ifdef BB_SLEEP //bin
234 {"sleep", sleep_main}, 237 {"sleep", sleep_main},
235#endif 238#endif