aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/applets.h3
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