aboutsummaryrefslogtreecommitdiff
path: root/applets/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/busybox.c')
-rw-r--r--applets/busybox.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index b7b2b6009..08ba88d65 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -16,14 +16,12 @@ static const struct Applet applets[] = {
#ifdef BB_CAT //bin
{"cat", cat_more_main},
#endif
-#ifdef BB_CHGRP //bin
- {"chgrp", chgrp_main},
-#endif
#ifdef BB_CHMOD //bin
{"chmod", chmod_main},
#endif
#ifdef BB_CHOWN //bin
{"chown", chown_main},
+ {"chgrp", chown_main},
#endif
#ifdef BB_CHROOT //sbin
{"chroot", chroot_main},