diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-11-14 10:04:33 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-11-14 10:04:33 +0000 |
commit | c82e249fc22ee628278abda10fb6c0af6ca706d4 (patch) | |
tree | b13b328cd2d77a6b5cdbdd05c508f46cf0ed83d9 /include/applets.h | |
parent | 47ad418d1791d1eabaddc8423b6738174d8a1425 (diff) | |
download | busybox-w32-c82e249fc22ee628278abda10fb6c0af6ca706d4.tar.gz busybox-w32-c82e249fc22ee628278abda10fb6c0af6ca706d4.tar.bz2 busybox-w32-c82e249fc22ee628278abda10fb6c0af6ca706d4.zip |
NEW APPLET: pipe_progress, used by debian installer
git-svn-id: svn://busybox.net/trunk/busybox@7912 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
448 | #ifdef CONFIG_PING6 | 448 | #ifdef CONFIG_PING6 |
449 | APPLET(ping6, ping6_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 449 | APPLET(ping6, ping6_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
450 | #endif | 450 | #endif |
451 | #ifdef CONFIG_PIPE_PROGRESS | ||
452 | APPLET_NOUSAGE("pipe_progress", pipe_progress_main, _BB_DIR_BIN, _BB_SUID_NEVER) | ||
453 | #endif | ||
451 | #ifdef CONFIG_PIVOT_ROOT | 454 | #ifdef CONFIG_PIVOT_ROOT |
452 | APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | 455 | APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER) |
453 | #endif | 456 | #endif |