diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 4 |
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 @@ #ifdef CONFIG_EXPR APPLET(expr, expr_main, _BB_DIR_USR_BIN) #endif -#ifdef CONFIG_TRUE_FALSE +#ifdef CONFIG_FALSE APPLET(false, false_main, _BB_DIR_BIN) #endif #ifdef CONFIG_FBSET @@ -431,7 +431,7 @@ #ifdef CONFIG_TRACEROUTE APPLET(traceroute, traceroute_main, _BB_DIR_USR_BIN) #endif -#ifdef CONFIG_TRUE_FALSE +#ifdef CONFIG_TRUE APPLET(true, true_main, _BB_DIR_BIN) #endif #ifdef CONFIG_TTY |