aboutsummaryrefslogtreecommitdiff
path: root/applets/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/busybox.c')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 5d13a7b98..d93fc5185 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -100,6 +100,9 @@ const struct BB_applet applets[] = {
#ifdef BB_FSCK_MINIX
{"fsck.minix", fsck_minix_main, _BB_DIR_SBIN, fsck_minix_usage},
#endif
+#ifdef BB_GETOPT
+ {"getopt", getopt_main, _BB_DIR_BIN},
+#endif
#ifdef BB_GREP
{"grep", grep_main, _BB_DIR_BIN, grep_usage},
#endif