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[] = { {"fdisk", sfdisk_main}, {"sfdisk", sfdisk_main}, #endif +#ifdef BB_SED //bin + {"sed", sed_main}, +#endif #ifdef BB_SLEEP //bin {"sleep", sleep_main}, #endif |