Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [patch] fix copy'n paste error in toolchain/Config.in
@ 2007-09-25 21:52 Bernhard Fischer
  2007-09-25 22:13 ` Bernhard Fischer
  0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Fischer @ 2007-09-25 21:52 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-25 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-25 21:52 [Buildroot] [patch] fix copy'n paste error in toolchain/Config.in Bernhard Fischer
2007-09-25 22:13 ` Bernhard Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox