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 25bfe43..5d13a7b 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -229,6 +229,9 @@ const struct BB_applet applets[] = { #ifdef BB_RENICE {"renice", renice_main, _BB_DIR_USR_BIN}, #endif +#ifdef BB_RESET + {"reset", reset_main, _BB_DIR_USR_BIN, reset_usage}, +#endif #ifdef BB_RM {"rm", rm_main, _BB_DIR_BIN, rm_usage}, #endif |