diff options
Diffstat (limited to 'include')
| -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 9aa65dac0..0b70a6120 100644 --- a/include/applets.h +++ b/include/applets.h | |||
| @@ -308,6 +308,9 @@ const struct BB_applet applets[] = { | |||
| 308 | #ifdef BB_SORT | 308 | #ifdef BB_SORT |
| 309 | APPLET("sort", sort_main, _BB_DIR_USR_BIN, sort_usage) | 309 | APPLET("sort", sort_main, _BB_DIR_USR_BIN, sort_usage) |
| 310 | #endif | 310 | #endif |
| 311 | #ifdef BB_STTY | ||
| 312 | APPLET("stty", stty_main, _BB_DIR_BIN, stty_usage) | ||
| 313 | #endif | ||
| 311 | #ifdef BB_SWAPONOFF | 314 | #ifdef BB_SWAPONOFF |
| 312 | APPLET("swapoff", swap_on_off_main, _BB_DIR_SBIN, swapoff_usage) | 315 | APPLET("swapoff", swap_on_off_main, _BB_DIR_SBIN, swapoff_usage) |
| 313 | #endif | 316 | #endif |
