Explorar o código

- fix copy'n paste error

Bernhard Reutner-Fischer %!s(int64=18) %!d(string=hai) anos
pai
achega
af024720ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      toolchain/Config.in

+ 1 - 1
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"