diff options
Diffstat (limited to 'applets.h')
-rw-r--r-- | applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -245,6 +245,9 @@ const struct BB_applet applets[] = { | |||
245 | #ifdef BB_PING | 245 | #ifdef BB_PING |
246 | APPLET("ping", ping_main, _BB_DIR_BIN, ping_usage) | 246 | APPLET("ping", ping_main, _BB_DIR_BIN, ping_usage) |
247 | #endif | 247 | #endif |
248 | #ifdef BB_PIVOT_ROOT | ||
249 | APPLET("pivot_root", pivot_root_main, _BB_DIR_SBIN, pivot_root_usage) | ||
250 | #endif | ||
248 | #ifdef BB_POWEROFF | 251 | #ifdef BB_POWEROFF |
249 | APPLET("poweroff", poweroff_main, _BB_DIR_SBIN, poweroff_usage) | 252 | APPLET("poweroff", poweroff_main, _BB_DIR_SBIN, poweroff_usage) |
250 | #endif | 253 | #endif |