aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index cb0e2a728..3af98407d 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -45,9 +45,6 @@ static const struct Applet applets[] = {
45#ifdef BB_DUTMP //usr/sbin 45#ifdef BB_DUTMP //usr/sbin
46 {"dutmp", cat_more_main}, 46 {"dutmp", cat_more_main},
47#endif 47#endif
48#ifdef BB_FALSE //bin
49 {"false", false_main},
50#endif
51#ifdef BB_FDFLUSH //bin 48#ifdef BB_FDFLUSH //bin
52 {"fdflush", fdflush_main}, 49 {"fdflush", fdflush_main},
53#endif 50#endif
@@ -142,8 +139,9 @@ static const struct Applet applets[] = {
142#ifdef BB_TOUCH //usr/bin 139#ifdef BB_TOUCH //usr/bin
143 {"touch", touch_main}, 140 {"touch", touch_main},
144#endif 141#endif
145#ifdef BB_TRUE //bin 142#ifdef BB_TRUE_FALSE //bin
146 {"true", true_main}, 143 {"true", true_main},
144 {"false", false_main},
147#endif 145#endif
148#ifdef BB_UMOUNT //bin 146#ifdef BB_UMOUNT //bin
149 {"umount", umount_main}, 147 {"umount", umount_main},