- fix copy'n paste error
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 25 Sep 2007 21:49:37 +0000 (21:49 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 25 Sep 2007 21:49:37 +0000 (21:49 -0000)
toolchain/Config.in

index 0290cb92734af7276d312b007541628858fb8dc3..18845820a1451d3890ce53c8d3cddee381ee3f31 100644 (file)
@@ -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"