diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 05144c472..29a112b12 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -142,6 +142,9 @@ static const struct Applet applets[] = { | |||
142 | {"fdisk", sfdisk_main}, | 142 | {"fdisk", sfdisk_main}, |
143 | {"sfdisk", sfdisk_main}, | 143 | {"sfdisk", sfdisk_main}, |
144 | #endif | 144 | #endif |
145 | #ifdef BB_SED //bin | ||
146 | {"sed", sed_main}, | ||
147 | #endif | ||
145 | #ifdef BB_SLEEP //bin | 148 | #ifdef BB_SLEEP //bin |
146 | {"sleep", sleep_main}, | 149 | {"sleep", sleep_main}, |
147 | #endif | 150 | #endif |