소스 검색

Use lower case

Ulf Samuelsson 17 년 전
부모
커밋
186cd571e6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      target/linux/Config.in.advanced

+ 2 - 2
target/linux/Config.in.advanced

@@ -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"