diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -226,6 +226,9 @@ const struct BB_applet applets[] = { | |||
226 | #ifdef BB_PWD | 226 | #ifdef BB_PWD |
227 | {"pwd", pwd_main, _BB_DIR_BIN, pwd_usage}, | 227 | {"pwd", pwd_main, _BB_DIR_BIN, pwd_usage}, |
228 | #endif | 228 | #endif |
229 | #ifdef BB_RDATE | ||
230 | {"rdate", rdate_main, _BB_DIR_USR_BIN, rdate_usage}, | ||
231 | #endif | ||
229 | #ifdef BB_REBOOT | 232 | #ifdef BB_REBOOT |
230 | {"reboot", reboot_main, _BB_DIR_SBIN, reboot_usage}, | 233 | {"reboot", reboot_main, _BB_DIR_SBIN, reboot_usage}, |
231 | #endif | 234 | #endif |