Commit af024720 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- fix copy'n paste error

parent 3551487d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"