Use lower case
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Sun, 6 Apr 2008 10:32:34 +0000 (10:32 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Sun, 6 Apr 2008 10:32:34 +0000 (10:32 -0000)
target/linux/Config.in.advanced

index 5a3896bbd4d35b39b5180c62875b53a8df096e9a..cd58a4abb1427aa73bd610fb90a63bbebeb229f8 100644 (file)
@@ -445,7 +445,7 @@ config BR2_PACKAGE_LINUX_KCONFIG
 
 choice
        prompt "Preferred config tool"
-       default BR2_MAKE_XCONFIG IF BR2_TARGET_ATMEL
+       default BR2_MAKE_XCONFIG if BR2_TARGET_ATMEL
        default BR2_MAKE_MENUCONFIG
        help
          Define the preferred tool to invoke if a configuration is invalid
@@ -453,7 +453,7 @@ choice
 config BR2_MAKE_XCONFIG
        bool "make xconfig"
        help
-         Run "make menuconfig" if kernel ".config" is invalid
+         Run "make xconfig" if kernel ".config" is invalid
 
 config BR2_MAKE_MENUCONFIG
        bool "make menuconfig"