From c82e249fc22ee628278abda10fb6c0af6ca706d4 Mon Sep 17 00:00:00 2001 From: bug1 Date: Fri, 14 Nov 2003 10:04:33 +0000 Subject: NEW APPLET: pipe_progress, used by debian installer git-svn-id: svn://busybox.net/trunk/busybox@7912 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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-55-g6feb