aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index a35306915..4a7feefd2 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -225,6 +225,9 @@ static const struct Applet applets[] = {
225#ifdef BB_UMOUNT //bin 225#ifdef BB_UMOUNT //bin
226 {"umount", umount_main}, 226 {"umount", umount_main},
227#endif 227#endif
228#ifdef BB_UNIQ //bin
229 {"uniq", uniq_main},
230#endif
228#ifdef BB_UPDATE //sbin 231#ifdef BB_UPDATE //sbin
229 {"update", update_main}, 232 {"update", update_main},
230#endif 233#endif