diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-11-14 10:04:33 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-11-14 10:04:33 +0000 |
commit | e9080c9f4170b6634f8f8373874e758f48df9127 (patch) | |
tree | b13b328cd2d77a6b5cdbdd05c508f46cf0ed83d9 /include | |
parent | 7b215b99b2c2af4491fdb05058eee1abcc0d37aa (diff) | |
download | busybox-w32-e9080c9f4170b6634f8f8373874e758f48df9127.tar.gz busybox-w32-e9080c9f4170b6634f8f8373874e758f48df9127.tar.bz2 busybox-w32-e9080c9f4170b6634f8f8373874e758f48df9127.zip |
NEW APPLET: pipe_progress, used by debian installer
Diffstat (limited to 'include')
-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 |