From: Bernhard Reutner-Fischer Date: Tue, 25 Sep 2007 21:49:37 +0000 (-0000) Subject: - fix copy'n paste error X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=af024720ab61467f1e63a6a4968e5874ec4bcc78;p=buildroot.git - fix copy'n paste error --- diff --git a/toolchain/Config.in b/toolchain/Config.in index 0290cb9273..18845820a1 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -19,7 +19,7 @@ endchoice config BR2_TOOLCHAIN_SOURCE bool - default y if !BR2_TOOLCHAIN_EXTERNAL + default y if BR2_TOOLCHAIN_BUILDROOT || BR2_TOOLCHAIN_EXTERNAL_SOURCE default n if BR2_TOOLCHAIN_EXTERNAL source "target/device/Toolchain.in"