[Buildroot] [patch] fix copy'n paste error in toolchain/Config.in

Bernhard Fischer rep.dot.nop at gmail.com
Tue Sep 25 21:52:33 UTC 2007


Hi,

Currently i cannot apply this hunk.
Please feel free to checkin (or i will do it tomorrow):

$ cat '/tmp/buildroot_trunk/toolchain/svn-commit.tmp'
- fix copy'n paste error
--This line, and those below, will be ignored--

M    Config.in


Index: toolchain/Config.in
===================================================================
--- toolchain/Config.in	(revision 20026)
+++ toolchain/Config.in	(working copy)
@@ -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




More information about the buildroot mailing list