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 ec3a892d0..79d18207e 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -673,7 +673,7 @@
673#ifdef CONFIG_TOUCH 673#ifdef CONFIG_TOUCH
674 APPLET(touch, touch_main, _BB_DIR_BIN, _BB_SUID_NEVER) 674 APPLET(touch, touch_main, _BB_DIR_BIN, _BB_SUID_NEVER)
675#endif 675#endif
676#ifdef CONFIG_TR 676#if ENABLE_TR
677 APPLET(tr, tr_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 677 APPLET(tr, tr_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
678#endif 678#endif
679#ifdef CONFIG_TRACEROUTE 679#ifdef CONFIG_TRACEROUTE
@@ -736,7 +736,7 @@
736#ifdef CONFIG_WATCH 736#ifdef CONFIG_WATCH
737 APPLET(watch, watch_main, _BB_DIR_BIN, _BB_SUID_NEVER) 737 APPLET(watch, watch_main, _BB_DIR_BIN, _BB_SUID_NEVER)
738#endif 738#endif
739#ifdef CONFIG_WATCHDOG 739#if ENABLE_WATCHDOG
740 APPLET(watchdog, watchdog_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 740 APPLET(watchdog, watchdog_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
741#endif 741#endif
742#ifdef CONFIG_WC 742#ifdef CONFIG_WC