summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-22 20:57:26 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-22 20:57:26 +0200
commit701940770b658e25cfe7219e35e808ba62052843 (patch)
treea067aa30155d55277c3c253cf20724f509df4da6 /toolchain
parent9664e610716d24bdfb784c0e0414b88a2879a4e1 (diff)
toolchain-external: make preinstall the default for custom toolchains
All the defconfig files used by the autobuilders that use pre-installed external toolchains are making the assumption that the default for a custom external toolchain is "pre-installed". We keep this default for now, since changing it breaks the autobuilders. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/toolchain-external/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 5c29ecd0b..e34802dc2 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -573,6 +573,10 @@ endchoice
choice
prompt "Toolchain origin"
+ # Keep compatibility with old defconfig files that are using
+ # custom toolchains, and which are therefore assuming that
+ # "preinstalled" in the default choice.
+ default BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED if BR2_TOOLCHAIN_EXTERNAL_CUSTOM
config BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD
bool "Toolchain to be downloaded and installed"