From 6fd8c664c1bcb44429b81444be640ff08cac3702 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 13 Feb 2001 20:04:30 +0000 Subject: Apply a patch from Evin Robertson -- new pivot_root applet. -Erik --- applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets.h') diff --git a/applets.h b/applets.h index 582b2fa38..4bd8b79e4 100644 --- a/applets.h +++ b/applets.h @@ -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 -- cgit v1.2.3