diff options
Diffstat (limited to 'applets.h')
-rw-r--r-- | applets.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ | |||
135 | APPLET(false, false_main, _BB_DIR_BIN) | 135 | APPLET(false, false_main, _BB_DIR_BIN) |
136 | #endif | 136 | #endif |
137 | #ifdef BB_FBSET | 137 | #ifdef BB_FBSET |
138 | APPLET_NOUSAGE("fbset", fbset_main, _BB_DIR_USR_SBIN) | 138 | APPLET(fbset, fbset_main, _BB_DIR_USR_SBIN) |
139 | #endif | 139 | #endif |
140 | #ifdef BB_FDFLUSH | 140 | #ifdef BB_FDFLUSH |
141 | APPLET(fdflush, fdflush_main, _BB_DIR_BIN) | 141 | APPLET(fdflush, fdflush_main, _BB_DIR_BIN) |