From 1c5b2589d1287008899c07f45541286fe8c37508 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Thu, 16 Dec 1999 20:59:36 +0000 Subject: Fix bugs in logger and syslogd. Add fbset. -Erik --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets') 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 -- cgit v1.2.3