aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/applets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/applets.h b/include/applets.h
index 957bc2018..755eb01ab 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -453,7 +453,7 @@
453 APPLET_NOUSAGE("pipe_progress", pipe_progress_main, _BB_DIR_BIN, _BB_SUID_NEVER) 453 APPLET_NOUSAGE("pipe_progress", pipe_progress_main, _BB_DIR_BIN, _BB_SUID_NEVER)
454#endif 454#endif
455#ifdef CONFIG_PIVOT_ROOT 455#ifdef CONFIG_PIVOT_ROOT
456 APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 456 APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
457#endif 457#endif
458#ifdef CONFIG_POWEROFF 458#ifdef CONFIG_POWEROFF
459 APPLET(poweroff, poweroff_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 459 APPLET(poweroff, poweroff_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
@@ -498,7 +498,7 @@
498 APPLET(rmmod, rmmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 498 APPLET(rmmod, rmmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
499#endif 499#endif
500#ifdef CONFIG_ROUTE 500#ifdef CONFIG_ROUTE
501 APPLET(route, route_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 501 APPLET(route, route_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
502#endif 502#endif
503#ifdef CONFIG_RPM 503#ifdef CONFIG_RPM
504 APPLET(rpm, rpm_main, _BB_DIR_BIN, _BB_SUID_NEVER) 504 APPLET(rpm, rpm_main, _BB_DIR_BIN, _BB_SUID_NEVER)