Apply a patch from Evin Robertson -- new pivot_root applet.

-Erik
This commit is contained in:
Eric Andersen
2001-02-13 20:04:30 +00:00
parent 3af1f88725
commit 6fd8c664c1
8 changed files with 111 additions and 0 deletions

View File

@ -245,6 +245,9 @@ const struct BB_applet applets[] = {
#ifdef BB_PING
APPLET("ping", ping_main, _BB_DIR_BIN, ping_usage)
#endif
#ifdef BB_PIVOT_ROOT
APPLET("pivot_root", pivot_root_main, _BB_DIR_SBIN, pivot_root_usage)
#endif
#ifdef BB_POWEROFF
APPLET("poweroff", poweroff_main, _BB_DIR_SBIN, poweroff_usage)
#endif