- fix copy'n paste error

This commit is contained in:
Bernhard Reutner-Fischer 2007-09-25 21:49:37 +00:00
parent 3551487da6
commit af024720ab

View 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"