diff options
Diffstat (limited to 'applets/busybox.c')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 25bfe438d..5d13a7b98 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -229,6 +229,9 @@ const struct BB_applet applets[] = { | |||
229 | #ifdef BB_RENICE | 229 | #ifdef BB_RENICE |
230 | {"renice", renice_main, _BB_DIR_USR_BIN}, | 230 | {"renice", renice_main, _BB_DIR_USR_BIN}, |
231 | #endif | 231 | #endif |
232 | #ifdef BB_RESET | ||
233 | {"reset", reset_main, _BB_DIR_USR_BIN, reset_usage}, | ||
234 | #endif | ||
232 | #ifdef BB_RM | 235 | #ifdef BB_RM |
233 | {"rm", rm_main, _BB_DIR_BIN, rm_usage}, | 236 | {"rm", rm_main, _BB_DIR_BIN, rm_usage}, |
234 | #endif | 237 | #endif |