diff options
author | Glenn L McGrath | 2003-11-14 10:04:33 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-11-14 10:04:33 +0000 |
commit | e9080c9f4170b6634f8f8373874e758f48df9127 (patch) | |
tree | b13b328cd2d77a6b5cdbdd05c508f46cf0ed83d9 /include | |
parent | 7b215b99b2c2af4491fdb05058eee1abcc0d37aa (diff) | |
download | busybox-e9080c9f4170b6634f8f8373874e758f48df9127.zip busybox-e9080c9f4170b6634f8f8373874e758f48df9127.tar.gz |
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 6f1295a..5449777 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 |