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 4967e5fa3..ed5a2b0d4 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -51,6 +51,9 @@ static const struct Applet applets[] = {
#ifdef BB_DUTMP //usr/sbin
{"dutmp", dutmp_main},
#endif
+#ifdef BB_FBSET //usr/sbin
+ {"fbset", fbset_main},
+#endif
#ifdef BB_FDFLUSH //bin
{"fdflush", fdflush_main},
#endif