소스 검색

Add help for BUILDROOT_DL_DIR

Ulf Samuelsson 18 년 전
부모
커밋
67050e1435
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Config.in

+ 2 - 0
Config.in

@@ -629,6 +629,8 @@ config BR2_DL_DIR
 	default "$(BASE_DIR)/dl"
 	help
 	  Directory to store all the source files that we need to fetch.
+	  If the Linux shell environment has defined the BUILDROOT_DL_DIR
+	  environment variable, then this overrides this configuration item.
 
 source	"target/device/Mirrors.in"