From: Ulf Samuelsson Date: Tue, 21 Aug 2007 01:28:12 +0000 (-0000) Subject: Add help for BUILDROOT_DL_DIR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67050e1435674c5af43f05d61a616d40d1be81b5;p=buildroot.git Add help for BUILDROOT_DL_DIR --- diff --git a/Config.in b/Config.in index 5ef105ef62..5d062cf95f 100644 --- a/Config.in +++ b/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"