From e9080c9f4170b6634f8f8373874e758f48df9127 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Fri, 14 Nov 2003 10:04:33 +0000 Subject: NEW APPLET: pipe_progress, used by debian installer --- include/applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/applets.h b/include/applets.h index 6f1295a30..5449777b1 100644 --- a/include/applets.h +++ b/include/applets.h @@ -448,6 +448,9 @@ #ifdef CONFIG_PING6 APPLET(ping6, ping6_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_PIPE_PROGRESS + APPLET_NOUSAGE("pipe_progress", pipe_progress_main, _BB_DIR_BIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_PIVOT_ROOT APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER) #endif -- cgit v1.2.3