Browse Source

- fix copy'n paste error

Bernhard Reutner-Fischer 18 năm trước cách đây
mục cha
commit
af024720ab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"