aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/applets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/applets.h b/include/applets.h
index 35dd947fe..9a7e394b6 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -158,7 +158,7 @@
158#ifdef CONFIG_EXPR 158#ifdef CONFIG_EXPR
159 APPLET(expr, expr_main, _BB_DIR_USR_BIN) 159 APPLET(expr, expr_main, _BB_DIR_USR_BIN)
160#endif 160#endif
161#ifdef CONFIG_TRUE_FALSE 161#ifdef CONFIG_FALSE
162 APPLET(false, false_main, _BB_DIR_BIN) 162 APPLET(false, false_main, _BB_DIR_BIN)
163#endif 163#endif
164#ifdef CONFIG_FBSET 164#ifdef CONFIG_FBSET
@@ -431,7 +431,7 @@
431#ifdef CONFIG_TRACEROUTE 431#ifdef CONFIG_TRACEROUTE
432 APPLET(traceroute, traceroute_main, _BB_DIR_USR_BIN) 432 APPLET(traceroute, traceroute_main, _BB_DIR_USR_BIN)
433#endif 433#endif
434#ifdef CONFIG_TRUE_FALSE 434#ifdef CONFIG_TRUE
435 APPLET(true, true_main, _BB_DIR_BIN) 435 APPLET(true, true_main, _BB_DIR_BIN)
436#endif 436#endif
437#ifdef CONFIG_TTY 437#ifdef CONFIG_TTY