NEW APPLET: pipe_progress, used by debian installer

This commit is contained in:
Glenn L McGrath
2003-11-14 10:04:33 +00:00
parent 7b215b99b2
commit e9080c9f41
4 changed files with 64 additions and 0 deletions

View File

@ -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