diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index b6397a656..6b8bce7e0 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -218,6 +218,9 @@ | |||
218 | #ifdef CONFIG_HUSH | 218 | #ifdef CONFIG_HUSH |
219 | APPLET_NOUSAGE("hush", hush_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 219 | APPLET_NOUSAGE("hush", hush_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
220 | #endif | 220 | #endif |
221 | #ifdef CONFIG_HWCLOCK | ||
222 | APPLET(hwclock, hwclock_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | ||
223 | #endif | ||
221 | #ifdef CONFIG_ID | 224 | #ifdef CONFIG_ID |
222 | APPLET(id, id_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 225 | APPLET(id, id_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
223 | #endif | 226 | #endif |