diff options
author | Erik Andersen <andersen@codepoet.org> | 1999-12-16 20:59:36 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 1999-12-16 20:59:36 +0000 |
commit | 1c5b2589d1287008899c07f45541286fe8c37508 (patch) | |
tree | 6c9772d2bb9b54f6508ff77a8dd30982e227ab83 /busybox.c | |
parent | 6f23cec5d081fac63a7a0c493d6caff77e55dfb1 (diff) |
Fix bugs in logger and syslogd. Add fbset.
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |